Html Css Color HEX #E78277 Geraldine

📋 copy color: '#E78277'

red 231 ◦ green 130 ◦ blue 119

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

Shades of Geraldine #E78277

Tints of Geraldine #E78277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.79%

R = 48.13%
G = 27.08%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E78277 (or 0xE78277) is known color: Geraldine. HEX triplet: E7, 82 and 77. RGB value is (231,130,119). Sum of RGB (Red+Green+Blue) = 231+130+119=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 119 (46.88% from 255 or 24.79% from 480); Max value from RGB is 231 - color contains mainly: red. Hex color #E78277 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78277 is #187D88. Grayscale: #9F9F9F. Windows color (decimal): -1605001 or 7832295. OLE color: 7832295.

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

Color convert

RGB 231 130 119 -
CMYK 0 0.44 0.48 0.09
HSL 5.89º 0.7% 0.69% -
HSV(B) 5.89º 0.48% 0.91% -
XYZ 44.27 34.29 21.74 -
YUV 158.95 105.46 179.39 -
System Red Green Blue C M Y K H S L
Decimal 231 130 119 0 0.44 0.48 0.09 5.89 0.7 0.69
Hex E7 82 77 0 2C 30 9 6 46 45
Octal 347 202 167 0 54 60 11 6 106 105
Binary 11100111 10000010 1110111 0 101100 110000 1001 110 1000110 1000101

Color Harmonies of #E78277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78277

Black with #E78277

Text Example


Text Example

White with #E78277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78277; }

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

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

background-color css

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

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

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

border-color css

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

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

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