Html Css Color HEX #ED45CE Razzle Dazzle Rose

📋 copy color: '#ED45CE'

red 237 ◦ green 69 ◦ blue 206

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

Shades of Razzle Dazzle Rose #ED45CE

Tints of Razzle Dazzle Rose #ED45CE

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.48%

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

R = 46.29%
G = 13.48%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED45CE (or 0xED45CE) is known color: Razzle Dazzle Rose. HEX triplet: ED, 45 and CE. RGB value is (237,69,206). Sum of RGB (Red+Green+Blue) = 237+69+206=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 69 (27.34% from 255 or 13.48% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #ED45CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED45CE is #12BA31. Grayscale: #868686. Windows color (decimal): -1227314 or 13518317. OLE color: 13518317.

HSL color Cylindrical-coordinate representation of color #ED45CE: hue angle of 311.07º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED45CE is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 69 206 -
CMYK 0 0.71 0.13 0.07
HSL 311.07º 0.82% 0.6% -
HSV(B) 311.07º 0.71% 0.93% -
XYZ 48.19 26.72 61.01 -
YUV 134.85 168.16 200.86 -
System Red Green Blue C M Y K H S L
Decimal 237 69 206 0 0.71 0.13 0.07 311.07 0.82 0.6
Hex ED 45 CE 0 47 D 7 137 52 3C
Octal 355 105 316 0 107 15 7 467 122 74
Binary 11101101 1000101 11001110 0 1000111 1101 111 100110111 1010010 111100

Color Harmonies of #ED45CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED45CE

Black with #ED45CE

Text Example


Text Example

White with #ED45CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED45CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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