#ED1BDC

Color #ED1BDC Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #ED1BDC

Tints of Razzle Dazzle Rose #ED1BDC

Color information

#ED1BDC (or 0xED1BDC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 1B and DC. RGB value is (237,27,220). Sum of RGB (Red+Green+Blue) = 237+27+220=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 27 (10.94% from 255 or 5.58% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1BDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED1BDC is #12E423. Grayscale: #6F6F6F. Windows color (decimal): -1238052 or 14425069. OLE color: 14425069.

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

Color convert

RGB23727220-
CMYK00.890.070.07
HSL304.86º85.37%51.76%-
HSV(B)304.86º88.61%92.94%-
XYZ48.2423.9669.79-
YUV111.79189.07217.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.97%
GREEN value IS 27 (10.94% from 255) = 5.58%
BLUE value IS 220 (86.33% from 255) = 45.45%
R=48.97%
G=5.58%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372722000.890.070.07304.8685.3751.76
HexED1BDC059771315534
Octal3553333401317746112564
Binary111011011101111011100010110011111111001100011010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1BDC; }

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

 H1.HeaderClassName
 {
   color: #ED1BDC;
 }
 .AnyTagClassName
 {
   color: #ED1BDC;
 }
</style>
background-color css

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

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

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

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

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

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