Html Css Color HEX #EE34EE Razzle Dazzle Rose

📋 copy color: '#EE34EE'

red 238 ◦ green 52 ◦ blue 238

#EE34EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #EE34EE

Tints of Razzle Dazzle Rose #EE34EE

RGB

 RED value IS 238 (93.36% from 255) = 45.08%

 GREEN value IS 52 (20.7% from 255) = 9.85%

 BLUE value IS 238 (93.36% from 255) = 45.08%

R = 45.08%
G = 9.85%
B = 45.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EE34EE (or 0xEE34EE) is known color: Razzle Dazzle Rose. HEX triplet: EE, 34 and EE. RGB value is (238,52,238). Sum of RGB (Red+Green+Blue) = 238+52+238=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 52 (20.70% from 255 or 9.85% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE34EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE34EE is #11CB11. Grayscale: #808080. Windows color (decimal): -1166098 or 15611118. OLE color: 15611118.

HSL color Cylindrical-coordinate representation of color #EE34EE: hue angle of 300º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE34EE is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 52 238 -
CMYK 0 0.78 0 0.07
HSL 300º 0.85% 0.57% -
HSV(B) 300º 0.78% 0.93% -
XYZ 51.92 26.81 83.33 -
YUV 128.82 189.62 205.88 -
System Red Green Blue C M Y K H S L
Decimal 238 52 238 0 0.78 0 0.07 300 0.85 0.57
Hex EE 34 EE 0 4E 0 7 12C 55 39
Octal 356 64 356 0 116 0 7 454 125 71
Binary 11101110 110100 11101110 0 1001110 0 111 100101100 1010101 111001

Color Harmonies of #EE34EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE34EE

Black with #EE34EE

Text Example


Text Example

White with #EE34EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE34EE; }

 p { color: rgb(238,52,238); }

 H1.HeaderClassName
 {
   color: #EE34EE;
 }
 .AnyTagClassName
 {
   color: #EE34EE;
 }
</style>

background-color css

<style>
 a { background-color: #EE34EE; }

 a { background-color: rgb(238,52,238); }

 div.DivClassName
 {
   background-color: #EE34EE;
 }
 .BgClassName
 {
   background-color: #EE34EE;
 }
</style>

border-color css

<style>
 span { border-color: #EE34EE; }

 span { border-color: rgb(238,52,238); }

 td.TdClassName
 {
   border-color: #EE34EE;
 }
 .TagClassName
 {
   border-color: #EE34EE;
 }
</style>