Html Css Color HEX #EE34C7 Razzle Dazzle Rose

📋 copy color: '#EE34C7'

red 238 ◦ green 52 ◦ blue 199

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

Shades of Razzle Dazzle Rose #EE34C7

Tints of Razzle Dazzle Rose #EE34C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.7%

R = 48.67%
G = 10.63%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EE34C7 (or 0xEE34C7) is known color: Razzle Dazzle Rose. HEX triplet: EE, 34 and C7. RGB value is (238,52,199). Sum of RGB (Red+Green+Blue) = 238+52+199=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 52 (20.70% from 255 or 10.63% from 489); Blue value is 199 (78.12% from 255 or 40.70% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EE34C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE34C7 is #11CB38. Grayscale: #7B7B7B. Windows color (decimal): -1166137 or 13055214. OLE color: 13055214.

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

Color convert

RGB 238 52 199 -
CMYK 0 0.78 0.16 0.07
HSL 312.58º 0.85% 0.57% -
HSV(B) 312.58º 0.78% 0.93% -
XYZ 46.8 24.76 56.34 -
YUV 124.37 170.12 209.05 -
System Red Green Blue C M Y K H S L
Decimal 238 52 199 0 0.78 0.16 0.07 312.58 0.85 0.57
Hex EE 34 C7 0 4E 10 7 139 55 39
Octal 356 64 307 0 116 20 7 471 125 71
Binary 11101110 110100 11000111 0 1001110 10000 111 100111001 1010101 111001

Color Harmonies of #EE34C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE34C7

Black with #EE34C7

Text Example


Text Example

White with #EE34C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE34C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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