#EE807E

Color #EE807E Light Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Coral #EE807E

Tints of Light Coral #EE807E

Color information

#EE807E (or 0xEE807E) is unknown color: approx Light Coral. HEX triplet: EE, 80 and 7E. RGB value is (238,128,126). Sum of RGB (Red+Green+Blue) = 238+128+126=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 126 (49.61% from 255 or 25.61% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EE807E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE807E is #117F81. Grayscale: #A0A0A0. Windows color (decimal): -1146754 or 8290542. OLE color: 8290542.

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

Color convert

RGB238128126-
CMYK00.460.470.07
HSL1.07º76.71%71.37%-
HSV(B)1.07º47.06%93.33%-
XYZ46.7435.1224.05-
YUV160.66108.44183.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.37%
GREEN value IS 128 (50.39% from 255) = 26.02%
BLUE value IS 126 (49.61% from 255) = 25.61%
R=48.37%
G=26.02%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812812600.460.470.071.0776.7171.37
HexEE807E02E2F714d47
Octal3562001760565771115107
Binary111011101000000011111100101110101111111110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE807E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE807E; }

 p { color: rgb(238,128,126); }

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

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

 a { background-color: rgb(238,128,126); }

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

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

 span { border-color: rgb(238,128,126); }

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