Html Css Color HEX #E78182 Froly

📋 copy color: '#E78182'

red 231 ◦ green 129 ◦ blue 130

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

Shades of Froly #E78182

Tints of Froly #E78182

RGB

 RED value IS 231 (90.63% from 255) = 47.14%

 GREEN value IS 129 (50.78% from 255) = 26.33%

 BLUE value IS 130 (51.17% from 255) = 26.53%

R = 47.14%
G = 26.33%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E78182 (or 0xE78182) is known color: Froly. HEX triplet: E7, 81 and 82. RGB value is (231,129,130). Sum of RGB (Red+Green+Blue) = 231+129+130=490 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.14% from 490); Green value is 129 (50.78% from 255 or 26.33% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 231 - color contains mainly: red. Hex color #E78182 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78182 is #187E7D. Grayscale: #9F9F9F. Windows color (decimal): -1605246 or 8552935. OLE color: 8552935.

HSL color Cylindrical-coordinate representation of color #E78182: hue angle of 359.41º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E78182 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 129 130 -
CMYK 0 0.44 0.44 0.09
HSL 359.41º 0.68% 0.71% -
HSV(B) 359.41º 0.44% 0.91% -
XYZ 44.83 34.3 25.38 -
YUV 159.61 111.29 178.92 -
System Red Green Blue C M Y K H S L
Decimal 231 129 130 0 0.44 0.44 0.09 359.41 0.68 0.71
Hex E7 81 82 0 2C 2C 9 167 44 47
Octal 347 201 202 0 54 54 11 547 104 107
Binary 11100111 10000001 10000010 0 101100 101100 1001 101100111 1000100 1000111

Color Harmonies of #E78182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78182

Black with #E78182

Text Example


Text Example

White with #E78182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78182; }

 p { color: rgb(231,129,130); }

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

background-color css

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

 a { background-color: rgb(231,129,130); }

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

border-color css

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

 span { border-color: rgb(231,129,130); }

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