#ed37b0

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

Shades of Persian Rose #ED37B0

Tints of Persian Rose #ED37B0

Color information

#ED37B0 (or 0xED37B0) is unknown color: approx Persian Rose. HEX triplet: ED, 37 and B0. RGB value is (237,55,176). Sum of RGB (Red+Green+Blue) = 237+55+176=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 55 (21.88% from 255 or 11.75% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED37B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED37B0 is #12C84F. Grayscale: #7A7A7A. Windows color (decimal): -1230928 or 11548653. OLE color: 11548653.

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

Color convert

RGB23755176-
CMYK00.770.260.07
HSL320.11º83.49%57.25%-
HSV(B)320.11º76.79%92.94%-
XYZ44.1323.8743.36-
YUV123.21157.8209.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.64%
GREEN value IS 55 (21.88% from 255) = 11.75%
BLUE value IS 176 (69.14% from 255) = 37.61%
R=50.64%
G=11.75%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375517600.770.260.07320.1183.4957.25
HexED37B004D1A71405339
Octal35567260011532750012371
Binary111011011101111011000001001101110101111010000001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed37b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed37b0; }

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

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

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

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

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

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

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

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