Html Css Color HEX #ED23CC Razzle Dazzle Rose

📋 copy color: '#ED23CC'

red 237 ◦ green 35 ◦ blue 204

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

Shades of Razzle Dazzle Rose #ED23CC

Tints of Razzle Dazzle Rose #ED23CC

RGB

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

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

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

R = 49.79%
G = 7.35%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED23CC (or 0xED23CC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 23 and CC. RGB value is (237,35,204). Sum of RGB (Red+Green+Blue) = 237+35+204=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 35 (14.06% from 255 or 7.35% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED23CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED23CC is #12DC33. Grayscale: #727272. Windows color (decimal): -1236020 or 13378541. OLE color: 13378541.

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

Color convert

RGB 237 35 204 -
CMYK 0 0.85 0.14 0.07
HSL 309.8º 0.85% 0.53% -
HSV(B) 309.8º 0.85% 0.93% -
XYZ 46.43 23.57 59.23 -
YUV 114.66 178.42 215.26 -
System Red Green Blue C M Y K H S L
Decimal 237 35 204 0 0.85 0.14 0.07 309.8 0.85 0.53
Hex ED 23 CC 0 55 E 7 136 55 35
Octal 355 43 314 0 125 16 7 466 125 65
Binary 11101101 100011 11001100 0 1010101 1110 111 100110110 1010101 110101

Color Harmonies of #ED23CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED23CC

Black with #ED23CC

Text Example


Text Example

White with #ED23CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED23CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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