Html Css Color HEX #ED2BDC Razzle Dazzle Rose

📋 copy color: '#ED2BDC'

red 237 ◦ green 43 ◦ blue 220

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

Shades of Razzle Dazzle Rose #ED2BDC

Tints of Razzle Dazzle Rose #ED2BDC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.6%

 BLUE value IS 220 (86.33% from 255) = 44%

R = 47.4%
G = 8.6%
B = 44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED2BDC (or 0xED2BDC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2B and DC. RGB value is (237,43,220). Sum of RGB (Red+Green+Blue) = 237+43+220=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 43 (17.19% from 255 or 8.6% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2BDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2BDC is #12D423. Grayscale: #787878. Windows color (decimal): -1233956 or 14429165. OLE color: 14429165.

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

Color convert

RGB 237 43 220 -
CMYK 0 0.82 0.07 0.07
HSL 305.26º 0.84% 0.55% -
HSV(B) 305.26º 0.82% 0.93% -
XYZ 48.71 24.9 69.95 -
YUV 121.18 183.77 210.61 -
System Red Green Blue C M Y K H S L
Decimal 237 43 220 0 0.82 0.07 0.07 305.26 0.84 0.55
Hex ED 2B DC 0 52 7 7 131 54 37
Octal 355 53 334 0 122 7 7 461 124 67
Binary 11101101 101011 11011100 0 1010010 111 111 100110001 1010100 110111

Color Harmonies of #ED2BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2BDC

Black with #ED2BDC

Text Example


Text Example

White with #ED2BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2BDC; }

 p { color: rgb(237,43,220); }

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

background-color css

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

 a { background-color: rgb(237,43,220); }

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

border-color css

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

 span { border-color: rgb(237,43,220); }

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