#ED88C1

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

Shades of Tea Rose #ED88C1

Tints of Tea Rose #ED88C1

Color information

#ED88C1 (or 0xED88C1) is unknown color: approx Tea Rose. HEX triplet: ED, 88 and C1. RGB value is (237,136,193). Sum of RGB (Red+Green+Blue) = 237+136+193=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 136 (53.52% from 255 or 24.03% from 566); Blue value is 193 (75.78% from 255 or 34.10% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #ED88C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED88C1 is #12773E. Grayscale: #ACACAC. Windows color (decimal): -1210175 or 12683501. OLE color: 12683501.

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

Color convert

RGB237136193-
CMYK00.430.190.07
HSL326.14º73.72%73.14%-
HSV(B)326.14º42.62%92.94%-
XYZ53.3539.4655.26-
YUV172.7139.46173.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.87%
GREEN value IS 136 (53.52% from 255) = 24.03%
BLUE value IS 193 (75.78% from 255) = 34.10%
R=41.87%
G=24.03%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713619300.430.190.07326.1473.7273.14
HexED88C102B1371464a49
Octal355210301053237506112111
Binary11101101100010001100000101010111001111110100011010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED88C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED88C1; }

 p { color: rgb(237,136,193); }

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

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

 a { background-color: rgb(237,136,193); }

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

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

 span { border-color: rgb(237,136,193); }

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