Html Css Color HEX #E77968 Geraldine

📋 copy color: '#E77968'

red 231 ◦ green 121 ◦ blue 104

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

Shades of Geraldine #E77968

Tints of Geraldine #E77968

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.54%

 BLUE value IS 104 (41.02% from 255) = 22.81%

R = 50.66%
G = 26.54%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E77968 (or 0xE77968) is known color: Geraldine. HEX triplet: E7, 79 and 68. RGB value is (231,121,104). Sum of RGB (Red+Green+Blue) = 231+121+104=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 104 (41.02% from 255 or 22.81% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E77968 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77968 is #188697. Grayscale: #989898. Windows color (decimal): -1607320 or 6846951. OLE color: 6846951.

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

Color convert

RGB 231 121 104 -
CMYK 0 0.48 0.55 0.09
HSL 8.03º 0.73% 0.66% -
HSV(B) 8.03º 0.55% 0.91% -
XYZ 42.29 31.66 16.98 -
YUV 151.95 100.94 184.38 -
System Red Green Blue C M Y K H S L
Decimal 231 121 104 0 0.48 0.55 0.09 8.03 0.73 0.66
Hex E7 79 68 0 30 37 9 8 49 42
Octal 347 171 150 0 60 67 11 10 111 102
Binary 11100111 1111001 1101000 0 110000 110111 1001 1000 1001001 1000010

Color Harmonies of #E77968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77968

Black with #E77968

Text Example


Text Example

White with #E77968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77968; }

 p { color: rgb(231,121,104); }

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

background-color css

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

 a { background-color: rgb(231,121,104); }

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

border-color css

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

 span { border-color: rgb(231,121,104); }

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