Html Css Color HEX #E6807E Light Coral

📋 copy color: '#E6807E'

red 230 ◦ green 128 ◦ blue 126

#E6807E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Coral #E6807E

Tints of Light Coral #E6807E

RGB

 RED value IS 230 (90.23% from 255) = 47.52%

 GREEN value IS 128 (50.39% from 255) = 26.45%

 BLUE value IS 126 (49.61% from 255) = 26.03%

R = 47.52%
G = 26.45%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E6807E (or 0xE6807E) is known color: Light Coral. HEX triplet: E6, 80 and 7E. RGB value is (230,128,126). Sum of RGB (Red+Green+Blue) = 230+128+126=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 126 (49.61% from 255 or 26.03% from 484); Max value from RGB is 230 - color contains mainly: red. Hex color #E6807E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6807E is #197F81. Grayscale: #9E9E9E. Windows color (decimal): -1671042 or 8290534. OLE color: 8290534.

HSL color Cylindrical-coordinate representation of color #E6807E: hue angle of 1.15º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E6807E is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 128 126 -
CMYK 0 0.44 0.45 0.10
HSL 1.15º 0.68% 0.7% -
HSV(B) 1.15º 0.45% 0.9% -
XYZ 44.12 33.77 23.93 -
YUV 158.27 109.79 179.16 -
System Red Green Blue C M Y K H S L
Decimal 230 128 126 0 0.44 0.45 0.10 1.15 0.68 0.7
Hex E6 80 7E 0 2C 2D A 1 44 46
Octal 346 200 176 0 54 55 12 1 104 106
Binary 11100110 10000000 1111110 0 101100 101101 1010 1 1000100 1000110

Color Harmonies of #E6807E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6807E

Black with #E6807E

Text Example


Text Example

White with #E6807E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6807E; }

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

 H1.HeaderClassName
 {
   color: #E6807E;
 }
 .AnyTagClassName
 {
   color: #E6807E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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