Html Css Color HEX #E78071 Geraldine

📋 copy color: '#E78071'

red 231 ◦ green 128 ◦ blue 113

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

Shades of Geraldine #E78071

Tints of Geraldine #E78071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.94%

R = 48.94%
G = 27.12%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E78071 (or 0xE78071) is known color: Geraldine. HEX triplet: E7, 80 and 71. RGB value is (231,128,113). Sum of RGB (Red+Green+Blue) = 231+128+113=472 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.94% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 231 - color contains mainly: red. Hex color #E78071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78071 is #187F8E. Grayscale: #9D9D9D. Windows color (decimal): -1605519 or 7438567. OLE color: 7438567.

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

Color convert

RGB 231 128 113 -
CMYK 0 0.45 0.51 0.09
HSL 7.63º 0.71% 0.67% -
HSV(B) 7.63º 0.51% 0.91% -
XYZ 43.65 33.62 19.81 -
YUV 157.09 103.12 180.72 -
System Red Green Blue C M Y K H S L
Decimal 231 128 113 0 0.45 0.51 0.09 7.63 0.71 0.67
Hex E7 80 71 0 2D 33 9 8 47 43
Octal 347 200 161 0 55 63 11 10 107 103
Binary 11100111 10000000 1110001 0 101101 110011 1001 1000 1000111 1000011

Color Harmonies of #E78071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78071

Black with #E78071

Text Example


Text Example

White with #E78071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78071; }

 p { color: rgb(231,128,113); }

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

background-color css

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

 a { background-color: rgb(231,128,113); }

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

border-color css

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

 span { border-color: rgb(231,128,113); }

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