Html Css Color HEX #E77369 Geraldine

📋 copy color: '#E77369'

red 231 ◦ green 115 ◦ blue 105

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

Shades of Geraldine #E77369

Tints of Geraldine #E77369

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.5%

 BLUE value IS 105 (41.41% from 255) = 23.28%

R = 51.22%
G = 25.5%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E77369 (or 0xE77369) is known color: Geraldine. HEX triplet: E7, 73 and 69. RGB value is (231,115,105). Sum of RGB (Red+Green+Blue) = 231+115+105=451 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.22% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 231 - color contains mainly: red. Hex color #E77369 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77369 is #188C96. Grayscale: #949494. Windows color (decimal): -1608855 or 6910951. OLE color: 6910951.

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

Color convert

RGB 231 115 105 -
CMYK 0 0.50 0.55 0.09
HSL 4.76º 0.72% 0.66% -
HSV(B) 4.76º 0.55% 0.91% -
XYZ 41.64 30.27 17.01 -
YUV 148.54 103.43 186.81 -
System Red Green Blue C M Y K H S L
Decimal 231 115 105 0 0.50 0.55 0.09 4.76 0.72 0.66
Hex E7 73 69 0 32 37 9 5 48 42
Octal 347 163 151 0 62 67 11 5 110 102
Binary 11100111 1110011 1101001 0 110010 110111 1001 101 1001000 1000010

Color Harmonies of #E77369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77369

Black with #E77369

Text Example


Text Example

White with #E77369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77369; }

 p { color: rgb(231,115,105); }

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

background-color css

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

 a { background-color: rgb(231,115,105); }

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

border-color css

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

 span { border-color: rgb(231,115,105); }

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