Html Css Color HEX #E78378 Geraldine

📋 copy color: '#E78378'

red 231 ◦ green 131 ◦ blue 120

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

Shades of Geraldine #E78378

Tints of Geraldine #E78378

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.18%

 BLUE value IS 120 (47.27% from 255) = 24.9%

R = 47.93%
G = 27.18%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E78378 (or 0xE78378) is known color: Geraldine. HEX triplet: E7, 83 and 78. RGB value is (231,131,120). Sum of RGB (Red+Green+Blue) = 231+131+120=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E78378 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78378 is #187C87. Grayscale: #9F9F9F. Windows color (decimal): -1604744 or 7898087. OLE color: 7898087.

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

Color convert

RGB 231 131 120 -
CMYK 0 0.43 0.48 0.09
HSL 5.95º 0.7% 0.69% -
HSV(B) 5.95º 0.48% 0.91% -
XYZ 44.46 34.58 22.1 -
YUV 159.65 105.63 178.89 -
System Red Green Blue C M Y K H S L
Decimal 231 131 120 0 0.43 0.48 0.09 5.95 0.7 0.69
Hex E7 83 78 0 2B 30 9 6 46 45
Octal 347 203 170 0 53 60 11 6 106 105
Binary 11100111 10000011 1111000 0 101011 110000 1001 110 1000110 1000101

Color Harmonies of #E78378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78378

Black with #E78378

Text Example


Text Example

White with #E78378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78378; }

 p { color: rgb(231,131,120); }

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

background-color css

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

 a { background-color: rgb(231,131,120); }

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

border-color css

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

 span { border-color: rgb(231,131,120); }

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