#ED33B0

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

Shades of Persian Rose #ED33B0

Tints of Persian Rose #ED33B0

Color information

#ED33B0 (or 0xED33B0) is unknown color: approx Persian Rose. HEX triplet: ED, 33 and B0. RGB value is (237,51,176). Sum of RGB (Red+Green+Blue) = 237+51+176=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 51 (20.31% from 255 or 10.99% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED33B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED33B0 is #12CC4F. Grayscale: #787878. Windows color (decimal): -1231952 or 11547629. OLE color: 11547629.

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

Color convert

RGB23751176-
CMYK00.780.260.07
HSL319.68º83.78%56.47%-
HSV(B)319.68º78.48%92.94%-
XYZ43.9523.5143.3-
YUV120.86159.12210.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.08%
GREEN value IS 51 (20.31% from 255) = 10.99%
BLUE value IS 176 (69.14% from 255) = 37.93%
R=51.08%
G=10.99%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375117600.780.260.07319.6883.7856.47
HexED33B004E1A71405438
Octal35563260011632750012470
Binary111011011100111011000001001110110101111010000001010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED33B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED33B0; }

 p { color: rgb(237,51,176); }

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

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

 a { background-color: rgb(237,51,176); }

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

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

 span { border-color: rgb(237,51,176); }

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