Html Css Color HEX #EE34E6 Razzle Dazzle Rose

📋 copy color: '#EE34E6'

red 238 ◦ green 52 ◦ blue 230

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

Shades of Razzle Dazzle Rose #EE34E6

Tints of Razzle Dazzle Rose #EE34E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.23%

R = 45.77%
G = 10%
B = 44.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EE34E6 (or 0xEE34E6) is known color: Razzle Dazzle Rose. HEX triplet: EE, 34 and E6. RGB value is (238,52,230). Sum of RGB (Red+Green+Blue) = 238+52+230=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 52 (20.70% from 255 or 10% from 520); Blue value is 230 (90.23% from 255 or 44.23% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EE34E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE34E6 is #11CB19. Grayscale: #7F7F7F. Windows color (decimal): -1166106 or 15086830. OLE color: 15086830.

HSL color Cylindrical-coordinate representation of color #EE34E6: hue angle of 302.58º 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 #EE34E6 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 52 230 -
CMYK 0 0.78 0.03 0.07
HSL 302.58º 0.85% 0.57% -
HSV(B) 302.58º 0.78% 0.93% -
XYZ 50.77 26.35 77.27 -
YUV 127.91 185.62 206.53 -
System Red Green Blue C M Y K H S L
Decimal 238 52 230 0 0.78 0.03 0.07 302.58 0.85 0.57
Hex EE 34 E6 0 4E 3 7 12F 55 39
Octal 356 64 346 0 116 3 7 457 125 71
Binary 11101110 110100 11100110 0 1001110 11 111 100101111 1010101 111001

Color Harmonies of #EE34E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE34E6

Black with #EE34E6

Text Example


Text Example

White with #EE34E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE34E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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