#ED2BBD

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

Shades of Razzle Dazzle Rose #ED2BBD

Tints of Razzle Dazzle Rose #ED2BBD

Color information

#ED2BBD (or 0xED2BBD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 2B and BD. RGB value is (237,43,189). Sum of RGB (Red+Green+Blue) = 237+43+189=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 43 (17.19% from 255 or 9.17% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2BBD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2BBD is #12D442. Grayscale: #757575. Windows color (decimal): -1233987 or 12397549. OLE color: 12397549.

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

Color convert

RGB23743189-
CMYK00.820.200.07
HSL314.85º84.35%54.9%-
HSV(B)314.85º81.86%92.94%-
XYZ44.9723.4150.29-
YUV117.65168.27213.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.53%
GREEN value IS 43 (17.19% from 255) = 9.17%
BLUE value IS 189 (74.22% from 255) = 40.30%
R=50.53%
G=9.17%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2374318900.820.200.07314.8584.3554.9
HexED2BBD05214713b5437
Octal35553275012224747312467
Binary111011011010111011110101010010101001111001110111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2BBD; }

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

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

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

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

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

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

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

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