Html Css Color HEX #E6827E Light Coral

📋 copy color: '#E6827E'

red 230 ◦ green 130 ◦ blue 126

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

Shades of Light Coral #E6827E

Tints of Light Coral #E6827E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.75%

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

R = 47.33%
G = 26.75%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E6827E (or 0xE6827E) is known color: Light Coral. HEX triplet: E6, 82 and 7E. RGB value is (230,130,126). Sum of RGB (Red+Green+Blue) = 230+130+126=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 126 (49.61% from 255 or 25.93% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E6827E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6827E is #197D81. Grayscale: #9F9F9F. Windows color (decimal): -1670530 or 8291046. OLE color: 8291046.

HSL color Cylindrical-coordinate representation of color #E6827E: hue angle of 2.31º 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 #E6827E is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 130 126 -
CMYK 0 0.43 0.45 0.10
HSL 2.31º 0.68% 0.7% -
HSV(B) 2.31º 0.45% 0.9% -
XYZ 44.38 34.29 24.02 -
YUV 159.44 109.13 178.33 -
System Red Green Blue C M Y K H S L
Decimal 230 130 126 0 0.43 0.45 0.10 2.31 0.68 0.7
Hex E6 82 7E 0 2B 2D A 2 44 46
Octal 346 202 176 0 53 55 12 2 104 106
Binary 11100110 10000010 1111110 0 101011 101101 1010 10 1000100 1000110

Color Harmonies of #E6827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6827E

Black with #E6827E

Text Example


Text Example

White with #E6827E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6827E; }

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

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

background-color css

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

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

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

border-color css

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

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

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