Html Css Color HEX #EC42D1 Razzle Dazzle Rose

📋 copy color: '#EC42D1'

red 236 ◦ green 66 ◦ blue 209

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

Shades of Razzle Dazzle Rose #EC42D1

Tints of Razzle Dazzle Rose #EC42D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.9%

R = 46.18%
G = 12.92%
B = 40.9%

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

#EC42D1 (or 0xEC42D1) is known color: Razzle Dazzle Rose. HEX triplet: EC, 42 and D1. RGB value is (236,66,209). Sum of RGB (Red+Green+Blue) = 236+66+209=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 66 (26.17% from 255 or 12.92% from 511); Blue value is 209 (82.03% from 255 or 40.90% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC42D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC42D1 is #13BD2E. Grayscale: #848484. Windows color (decimal): -1293615 or 13714156. OLE color: 13714156.

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

Color convert

RGB 236 66 209 -
CMYK 0 0.72 0.11 0.07
HSL 309.53º 0.82% 0.59% -
HSV(B) 309.53º 0.72% 0.93% -
XYZ 48.05 26.33 62.87 -
YUV 133.13 170.82 201.37 -
System Red Green Blue C M Y K H S L
Decimal 236 66 209 0 0.72 0.11 0.07 309.53 0.82 0.59
Hex EC 42 D1 0 48 B 7 136 52 3B
Octal 354 102 321 0 110 13 7 466 122 73
Binary 11101100 1000010 11010001 0 1001000 1011 111 100110110 1010010 111011

Color Harmonies of #EC42D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC42D1

Black with #EC42D1

Text Example


Text Example

White with #EC42D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC42D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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