Html Css Color HEX #E78275 Geraldine

📋 copy color: '#E78275'

red 231 ◦ green 130 ◦ blue 117

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

Shades of Geraldine #E78275

Tints of Geraldine #E78275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.48%

R = 48.33%
G = 27.2%
B = 24.48%

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

#E78275 (or 0xE78275) is known color: Geraldine. HEX triplet: E7, 82 and 75. RGB value is (231,130,117). Sum of RGB (Red+Green+Blue) = 231+130+117=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E78275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78275 is #187D8A. Grayscale: #9E9E9E. Windows color (decimal): -1605003 or 7701223. OLE color: 7701223.

HSL color Cylindrical-coordinate representation of color #E78275: hue angle of 6.84º 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 #E78275 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 130 117 -
CMYK 0 0.44 0.49 0.09
HSL 6.84º 0.7% 0.68% -
HSV(B) 6.84º 0.49% 0.91% -
XYZ 44.15 34.24 21.11 -
YUV 158.72 104.46 179.56 -
System Red Green Blue C M Y K H S L
Decimal 231 130 117 0 0.44 0.49 0.09 6.84 0.7 0.68
Hex E7 82 75 0 2C 31 9 7 46 44
Octal 347 202 165 0 54 61 11 7 106 104
Binary 11100111 10000010 1110101 0 101100 110001 1001 111 1000110 1000100

Color Harmonies of #E78275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78275

Black with #E78275

Text Example


Text Example

White with #E78275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78275; }

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

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

background-color css

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

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

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

border-color css

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

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

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