Html Css Color HEX #ED23D2 Razzle Dazzle Rose

📋 copy color: '#ED23D2'

red 237 ◦ green 35 ◦ blue 210

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

Shades of Razzle Dazzle Rose #ED23D2

Tints of Razzle Dazzle Rose #ED23D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.57%

R = 49.17%
G = 7.26%
B = 43.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#ED23D2 (or 0xED23D2) is known color: Razzle Dazzle Rose. HEX triplet: ED, 23 and D2. RGB value is (237,35,210). Sum of RGB (Red+Green+Blue) = 237+35+210=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 35 (14.06% from 255 or 7.26% from 482); Blue value is 210 (82.42% from 255 or 43.57% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED23D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED23D2 is #12DC2D. Grayscale: #727272. Windows color (decimal): -1236014 or 13771757. OLE color: 13771757.

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

Color convert

RGB 237 35 210 -
CMYK 0 0.85 0.11 0.07
HSL 308.02º 0.85% 0.53% -
HSV(B) 308.02º 0.85% 0.93% -
XYZ 47.16 23.86 63.09 -
YUV 115.35 181.42 214.77 -
System Red Green Blue C M Y K H S L
Decimal 237 35 210 0 0.85 0.11 0.07 308.02 0.85 0.53
Hex ED 23 D2 0 55 B 7 134 55 35
Octal 355 43 322 0 125 13 7 464 125 65
Binary 11101101 100011 11010010 0 1010101 1011 111 100110100 1010101 110101

Color Harmonies of #ED23D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED23D2

Black with #ED23D2

Text Example


Text Example

White with #ED23D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED23D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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