#ed2699

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

Shades of Persian Rose #ED2699

Tints of Persian Rose #ED2699

Color information

#ED2699 (or 0xED2699) is unknown color: approx Persian Rose. HEX triplet: ED, 26 and 99. RGB value is (237,38,153). Sum of RGB (Red+Green+Blue) = 237+38+153=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 38 (15.23% from 255 or 8.88% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2699 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2699 is #12D966. Grayscale: #6E6E6E. Windows color (decimal): -1235303 or 10036973. OLE color: 10036973.

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

Color convert

RGB23738153-
CMYK00.840.350.07
HSL325.33º84.68%53.92%-
HSV(B)325.33º83.97%92.94%-
XYZ41.3721.6932.14-
YUV110.61151.93218.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.37%
GREEN value IS 38 (15.23% from 255) = 8.88%
BLUE value IS 153 (60.16% from 255) = 35.75%
R=55.37%
G=8.88%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2373815300.840.350.07325.3384.6853.92
HexED26990542371455536
Octal35546231012443750512566
Binary1110110110011010011001010101001000111111010001011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed2699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed2699; }

 p { color: rgb(237,38,153); }

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

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

 a { background-color: rgb(237,38,153); }

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

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

 span { border-color: rgb(237,38,153); }

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