Html Css Color HEX #EC42C5 Razzle Dazzle Rose

📋 copy color: '#EC42C5'

red 236 ◦ green 66 ◦ blue 197

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

Shades of Razzle Dazzle Rose #EC42C5

Tints of Razzle Dazzle Rose #EC42C5

RGB

 RED value IS 236 (92.58% from 255) = 47.29%

 GREEN value IS 66 (26.17% from 255) = 13.23%

 BLUE value IS 197 (77.34% from 255) = 39.48%

R = 47.29%
G = 13.23%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EC42C5 (or 0xEC42C5) is known color: Razzle Dazzle Rose. HEX triplet: EC, 42 and C5. RGB value is (236,66,197). Sum of RGB (Red+Green+Blue) = 236+66+197=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 66 (26.17% from 255 or 13.23% from 499); Blue value is 197 (77.34% from 255 or 39.48% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC42C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC42C5 is #13BD3A. Grayscale: #838383. Windows color (decimal): -1293627 or 12927724. OLE color: 12927724.

HSL color Cylindrical-coordinate representation of color #EC42C5: hue angle of 313.76º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC42C5 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 66 197 -
CMYK 0 0.72 0.17 0.07
HSL 313.76º 0.82% 0.59% -
HSV(B) 313.76º 0.72% 0.93% -
XYZ 46.62 25.76 55.34 -
YUV 131.76 164.82 202.35 -
System Red Green Blue C M Y K H S L
Decimal 236 66 197 0 0.72 0.17 0.07 313.76 0.82 0.59
Hex EC 42 C5 0 48 11 7 13A 52 3B
Octal 354 102 305 0 110 21 7 472 122 73
Binary 11101100 1000010 11000101 0 1001000 10001 111 100111010 1010010 111011

Color Harmonies of #EC42C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC42C5

Black with #EC42C5

Text Example


Text Example

White with #EC42C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC42C5; }

 p { color: rgb(236,66,197); }

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

background-color css

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

 a { background-color: rgb(236,66,197); }

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

border-color css

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

 span { border-color: rgb(236,66,197); }

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