#ED4BBF

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

Shades of Razzle Dazzle Rose #ED4BBF

Tints of Razzle Dazzle Rose #ED4BBF

Color information

#ED4BBF (or 0xED4BBF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 4B and BF. RGB value is (237,75,191). Sum of RGB (Red+Green+Blue) = 237+75+191=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 75 (29.69% from 255 or 14.91% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4BBF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED4BBF is #12B440. Grayscale: #888888. Windows color (decimal): -1225793 or 12536813. OLE color: 12536813.

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

Color convert

RGB23775191-
CMYK00.680.190.07
HSL317.04º81.82%61.18%-
HSV(B)317.04º68.35%92.94%-
XYZ46.8526.851.99-
YUV136.66158.67199.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.12%
GREEN value IS 75 (29.69% from 255) = 14.91%
BLUE value IS 191 (75% from 255) = 37.97%
R=47.12%
G=14.91%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377519100.680.190.07317.0481.8261.18
HexED4BBF04413713d523d
Octal355113277010423747512275
Binary1110110110010111011111101000100100111111001111011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4BBF; }

 p { color: rgb(237,75,191); }

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

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

 a { background-color: rgb(237,75,191); }

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

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

 span { border-color: rgb(237,75,191); }

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