Html Css Color HEX #EC42C3 Razzle Dazzle Rose

📋 copy color: '#EC42C3'

red 236 ◦ green 66 ◦ blue 195

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

Shades of Razzle Dazzle Rose #EC42C3

Tints of Razzle Dazzle Rose #EC42C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.24%

R = 47.48%
G = 13.28%
B = 39.24%

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

#EC42C3 (or 0xEC42C3) is known color: Razzle Dazzle Rose. HEX triplet: EC, 42 and C3. RGB value is (236,66,195). Sum of RGB (Red+Green+Blue) = 236+66+195=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 66 (26.17% from 255 or 13.28% from 497); Blue value is 195 (76.56% from 255 or 39.24% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC42C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC42C3 is #13BD3C. Grayscale: #838383. Windows color (decimal): -1293629 or 12796652. OLE color: 12796652.

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

Color convert

RGB 236 66 195 -
CMYK 0 0.72 0.17 0.07
HSL 314.47º 0.82% 0.59% -
HSV(B) 314.47º 0.72% 0.93% -
XYZ 46.39 25.67 54.14 -
YUV 131.54 163.82 202.51 -
System Red Green Blue C M Y K H S L
Decimal 236 66 195 0 0.72 0.17 0.07 314.47 0.82 0.59
Hex EC 42 C3 0 48 11 7 13A 52 3B
Octal 354 102 303 0 110 21 7 472 122 73
Binary 11101100 1000010 11000011 0 1001000 10001 111 100111010 1010010 111011

Color Harmonies of #EC42C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC42C3

Black with #EC42C3

Text Example


Text Example

White with #EC42C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC42C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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