Html Css Color HEX #EC42D2 Razzle Dazzle Rose

📋 copy color: '#EC42D2'

red 236 ◦ green 66 ◦ blue 210

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

Shades of Razzle Dazzle Rose #EC42D2

Tints of Razzle Dazzle Rose #EC42D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.02%

R = 46.09%
G = 12.89%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EC42D2 (or 0xEC42D2) is known color: Razzle Dazzle Rose. HEX triplet: EC, 42 and D2. RGB value is (236,66,210). Sum of RGB (Red+Green+Blue) = 236+66+210=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 66 (26.17% from 255 or 12.89% from 512); Blue value is 210 (82.42% from 255 or 41.02% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC42D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC42D2 is #13BD2D. Grayscale: #848484. Windows color (decimal): -1293614 or 13779692. OLE color: 13779692.

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

Color convert

RGB 236 66 210 -
CMYK 0 0.72 0.11 0.07
HSL 309.18º 0.82% 0.59% -
HSV(B) 309.18º 0.72% 0.93% -
XYZ 48.17 26.38 63.53 -
YUV 133.25 171.32 201.29 -
System Red Green Blue C M Y K H S L
Decimal 236 66 210 0 0.72 0.11 0.07 309.18 0.82 0.59
Hex EC 42 D2 0 48 B 7 135 52 3B
Octal 354 102 322 0 110 13 7 465 122 73
Binary 11101100 1000010 11010010 0 1001000 1011 111 100110101 1010010 111011

Color Harmonies of #EC42D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC42D2

Black with #EC42D2

Text Example


Text Example

White with #EC42D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC42D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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