Html Css Color HEX #E77A68 Geraldine

📋 copy color: '#E77A68'

red 231 ◦ green 122 ◦ blue 104

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

Shades of Geraldine #E77A68

Tints of Geraldine #E77A68

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.7%

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

R = 50.55%
G = 26.7%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E77A68 (or 0xE77A68) is known color: Geraldine. HEX triplet: E7, 7A and 68. RGB value is (231,122,104). Sum of RGB (Red+Green+Blue) = 231+122+104=457 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.55% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77A68 is #188597. Grayscale: #989898. Windows color (decimal): -1607064 or 6847207. OLE color: 6847207.

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

Color convert

RGB 231 122 104 -
CMYK 0 0.47 0.55 0.09
HSL 8.5º 0.73% 0.66% -
HSV(B) 8.5º 0.55% 0.91% -
XYZ 42.41 31.91 17.02 -
YUV 152.54 100.61 183.96 -
System Red Green Blue C M Y K H S L
Decimal 231 122 104 0 0.47 0.55 0.09 8.5 0.73 0.66
Hex E7 7A 68 0 2F 37 9 9 49 42
Octal 347 172 150 0 57 67 11 11 111 102
Binary 11100111 1111010 1101000 0 101111 110111 1001 1001 1001001 1000010

Color Harmonies of #E77A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77A68

Black with #E77A68

Text Example


Text Example

White with #E77A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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