#ED2698

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

Shades of Persian Rose #ED2698

Tints of Persian Rose #ED2698

Color information

#ED2698 (or 0xED2698) is unknown color: approx Persian Rose. HEX triplet: ED, 26 and 98. RGB value is (237,38,152). Sum of RGB (Red+Green+Blue) = 237+38+152=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 38 (15.23% from 255 or 8.90% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2698 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2698 is #12D967. Grayscale: #6E6E6E. Windows color (decimal): -1235304 or 9971437. OLE color: 9971437.

HSL color Cylindrical-coordinate representation of color #ED2698: hue angle of 325.63º 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 #ED2698 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB23738152-
CMYK00.840.360.07
HSL325.63º84.68%53.92%-
HSV(B)325.63º83.97%92.94%-
XYZ41.2921.6631.71-
YUV110.5151.43218.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.50%
GREEN value IS 38 (15.23% from 255) = 8.90%
BLUE value IS 152 (59.77% from 255) = 35.60%
R=55.50%
G=8.90%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2373815200.840.360.07325.6384.6853.92
HexED26980542471465536
Octal35546230012444750612566
Binary1110110110011010011000010101001001001111010001101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2698; }

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

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

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

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

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

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

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

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