Html Css Color HEX #E78276 Geraldine

📋 copy color: '#E78276'

red 231 ◦ green 130 ◦ blue 118

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

Shades of Geraldine #E78276

Tints of Geraldine #E78276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.63%

R = 48.23%
G = 27.14%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E78276 (or 0xE78276) is known color: Geraldine. HEX triplet: E7, 82 and 76. RGB value is (231,130,118). Sum of RGB (Red+Green+Blue) = 231+130+118=479 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.23% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 118 (46.48% from 255 or 24.63% from 479); Max value from RGB is 231 - color contains mainly: red. Hex color #E78276 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78276 is #187D89. Grayscale: #9E9E9E. Windows color (decimal): -1605002 or 7766759. OLE color: 7766759.

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

Color convert

RGB 231 130 118 -
CMYK 0 0.44 0.49 0.09
HSL 6.37º 0.7% 0.68% -
HSV(B) 6.37º 0.49% 0.91% -
XYZ 44.21 34.26 21.42 -
YUV 158.83 104.96 179.48 -
System Red Green Blue C M Y K H S L
Decimal 231 130 118 0 0.44 0.49 0.09 6.37 0.7 0.68
Hex E7 82 76 0 2C 31 9 6 46 44
Octal 347 202 166 0 54 61 11 6 106 104
Binary 11100111 10000010 1110110 0 101100 110001 1001 110 1000110 1000100

Color Harmonies of #E78276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78276

Black with #E78276

Text Example


Text Example

White with #E78276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78276; }

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

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

background-color css

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

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

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

border-color css

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

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

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