Html Css Color HEX #E77370 Geraldine

📋 copy color: '#E77370'

red 231 ◦ green 115 ◦ blue 112

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

Shades of Geraldine #E77370

Tints of Geraldine #E77370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.45%

R = 50.44%
G = 25.11%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E77370 (or 0xE77370) is known color: Geraldine. HEX triplet: E7, 73 and 70. RGB value is (231,115,112). Sum of RGB (Red+Green+Blue) = 231+115+112=458 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.44% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 231 - color contains mainly: red. Hex color #E77370 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77370 is #188C8F. Grayscale: #959595. Windows color (decimal): -1608848 or 7369703. OLE color: 7369703.

HSL color Cylindrical-coordinate representation of color #E77370: hue angle of 1.51º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E77370 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 115 112 -
CMYK 0 0.50 0.52 0.09
HSL 1.51º 0.71% 0.67% -
HSV(B) 1.51º 0.52% 0.91% -
XYZ 42.01 30.42 18.99 -
YUV 149.34 106.93 186.24 -
System Red Green Blue C M Y K H S L
Decimal 231 115 112 0 0.50 0.52 0.09 1.51 0.71 0.67
Hex E7 73 70 0 32 34 9 2 47 43
Octal 347 163 160 0 62 64 11 2 107 103
Binary 11100111 1110011 1110000 0 110010 110100 1001 10 1000111 1000011

Color Harmonies of #E77370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77370

Black with #E77370

Text Example


Text Example

White with #E77370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77370; }

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

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

background-color css

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

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

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

border-color css

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

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

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