Html Css Color HEX #ED23CE Razzle Dazzle Rose

📋 copy color: '#ED23CE'

red 237 ◦ green 35 ◦ blue 206

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

Shades of Razzle Dazzle Rose #ED23CE

Tints of Razzle Dazzle Rose #ED23CE

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.32%

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

R = 49.58%
G = 7.32%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED23CE (or 0xED23CE) is known color: Razzle Dazzle Rose. HEX triplet: ED, 23 and CE. RGB value is (237,35,206). Sum of RGB (Red+Green+Blue) = 237+35+206=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 35 (14.06% from 255 or 7.32% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED23CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED23CE is #12DC31. Grayscale: #727272. Windows color (decimal): -1236018 or 13509613. OLE color: 13509613.

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

Color convert

RGB 237 35 206 -
CMYK 0 0.85 0.13 0.07
HSL 309.21º 0.85% 0.53% -
HSV(B) 309.21º 0.85% 0.93% -
XYZ 46.67 23.66 60.5 -
YUV 114.89 179.42 215.1 -
System Red Green Blue C M Y K H S L
Decimal 237 35 206 0 0.85 0.13 0.07 309.21 0.85 0.53
Hex ED 23 CE 0 55 D 7 135 55 35
Octal 355 43 316 0 125 15 7 465 125 65
Binary 11101101 100011 11001110 0 1010101 1101 111 100110101 1010101 110101

Color Harmonies of #ED23CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED23CE

Black with #ED23CE

Text Example


Text Example

White with #ED23CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED23CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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