Html Css Color HEX #EE34C4 Razzle Dazzle Rose

📋 copy color: '#EE34C4'

red 238 ◦ green 52 ◦ blue 196

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

Shades of Razzle Dazzle Rose #EE34C4

Tints of Razzle Dazzle Rose #EE34C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.33%

R = 48.97%
G = 10.7%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EE34C4 (or 0xEE34C4) is known color: Razzle Dazzle Rose. HEX triplet: EE, 34 and C4. RGB value is (238,52,196). Sum of RGB (Red+Green+Blue) = 238+52+196=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 52 (20.70% from 255 or 10.70% from 486); Blue value is 196 (76.95% from 255 or 40.33% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EE34C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE34C4 is #11CB3B. Grayscale: #7B7B7B. Windows color (decimal): -1166140 or 12858606. OLE color: 12858606.

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

Color convert

RGB 238 52 196 -
CMYK 0 0.78 0.18 0.07
HSL 313.55º 0.85% 0.57% -
HSV(B) 313.55º 0.78% 0.93% -
XYZ 46.45 24.62 54.53 -
YUV 124.03 168.62 209.29 -
System Red Green Blue C M Y K H S L
Decimal 238 52 196 0 0.78 0.18 0.07 313.55 0.85 0.57
Hex EE 34 C4 0 4E 12 7 13A 55 39
Octal 356 64 304 0 116 22 7 472 125 71
Binary 11101110 110100 11000100 0 1001110 10010 111 100111010 1010101 111001

Color Harmonies of #EE34C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE34C4

Black with #EE34C4

Text Example


Text Example

White with #EE34C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE34C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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