Html Css Color HEX #ED42CC Razzle Dazzle Rose

📋 copy color: '#ED42CC'

red 237 ◦ green 66 ◦ blue 204

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

Shades of Razzle Dazzle Rose #ED42CC

Tints of Razzle Dazzle Rose #ED42CC

RGB

 RED value IS 237 (92.97% from 255) = 46.75%

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

 BLUE value IS 204 (80.08% from 255) = 40.24%

R = 46.75%
G = 13.02%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED42CC (or 0xED42CC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 42 and CC. RGB value is (237,66,204). Sum of RGB (Red+Green+Blue) = 237+66+204=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 66 (26.17% from 255 or 13.02% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #ED42CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED42CC is #12BD33. Grayscale: #848484. Windows color (decimal): -1228084 or 13386477. OLE color: 13386477.

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

Color convert

RGB 237 66 204 -
CMYK 0 0.72 0.14 0.07
HSL 311.58º 0.83% 0.59% -
HSV(B) 311.58º 0.72% 0.93% -
XYZ 47.77 26.26 59.68 -
YUV 132.86 168.15 202.28 -
System Red Green Blue C M Y K H S L
Decimal 237 66 204 0 0.72 0.14 0.07 311.58 0.83 0.59
Hex ED 42 CC 0 48 E 7 138 53 3B
Octal 355 102 314 0 110 16 7 470 123 73
Binary 11101101 1000010 11001100 0 1001000 1110 111 100111000 1010011 111011

Color Harmonies of #ED42CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED42CC

Black with #ED42CC

Text Example


Text Example

White with #ED42CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED42CC; }

 p { color: rgb(237,66,204); }

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

background-color css

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

 a { background-color: rgb(237,66,204); }

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

border-color css

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

 span { border-color: rgb(237,66,204); }

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