#ED40B2

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

Shades of Persian Rose #ED40B2

Tints of Persian Rose #ED40B2

Color information

#ED40B2 (or 0xED40B2) is unknown color: approx Persian Rose. HEX triplet: ED, 40 and B2. RGB value is (237,64,178). Sum of RGB (Red+Green+Blue) = 237+64+178=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 64 (25.39% from 255 or 13.36% from 479); Blue value is 178 (69.92% from 255 or 37.16% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #ED40B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED40B2 is #12BF4D. Grayscale: #808080. Windows color (decimal): -1228622 or 11682029. OLE color: 11682029.

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

Color convert

RGB23764178-
CMYK00.730.250.07
HSL320.46º82.78%59.02%-
HSV(B)320.46º73%92.94%-
XYZ44.7924.8944.56-
YUV128.72155.81205.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.48%
GREEN value IS 64 (25.39% from 255) = 13.36%
BLUE value IS 178 (69.92% from 255) = 37.16%
R=49.48%
G=13.36%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376417800.730.250.07320.4682.7859.02
HexED40B2049197140533b
Octal355100262011131750012373
Binary1110110110000001011001001001001110011111010000001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED40B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED40B2; }

 p { color: rgb(237,64,178); }

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

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

 a { background-color: rgb(237,64,178); }

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

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

 span { border-color: rgb(237,64,178); }

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