Html Css Color HEX #ED42CE Razzle Dazzle Rose

📋 copy color: '#ED42CE'

red 237 ◦ green 66 ◦ blue 206

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

Shades of Razzle Dazzle Rose #ED42CE

Tints of Razzle Dazzle Rose #ED42CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.47%

R = 46.56%
G = 12.97%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED42CE (or 0xED42CE) is known color: Razzle Dazzle Rose. HEX triplet: ED, 42 and CE. RGB value is (237,66,206). Sum of RGB (Red+Green+Blue) = 237+66+206=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 66 (26.17% from 255 or 12.97% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED42CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED42CE is #12BD31. Grayscale: #848484. Windows color (decimal): -1228082 or 13517549. OLE color: 13517549.

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

Color convert

RGB 237 66 206 -
CMYK 0 0.72 0.13 0.07
HSL 310.88º 0.83% 0.59% -
HSV(B) 310.88º 0.72% 0.93% -
XYZ 48.01 26.36 60.95 -
YUV 133.09 169.15 202.12 -
System Red Green Blue C M Y K H S L
Decimal 237 66 206 0 0.72 0.13 0.07 310.88 0.83 0.59
Hex ED 42 CE 0 48 D 7 137 53 3B
Octal 355 102 316 0 110 15 7 467 123 73
Binary 11101101 1000010 11001110 0 1001000 1101 111 100110111 1010011 111011

Color Harmonies of #ED42CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED42CE

Black with #ED42CE

Text Example


Text Example

White with #ED42CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED42CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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