Html Css Color HEX #E77470 Geraldine

📋 copy color: '#E77470'

red 231 ◦ green 116 ◦ blue 112

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

Shades of Geraldine #E77470

Tints of Geraldine #E77470

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.27%

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

R = 50.33%
G = 25.27%
B = 24.4%

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

#E77470 (or 0xE77470) is known color: Geraldine. HEX triplet: E7, 74 and 70. RGB value is (231,116,112). Sum of RGB (Red+Green+Blue) = 231+116+112=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E77470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77470 is #188B8F. Grayscale: #969696. Windows color (decimal): -1608592 or 7369959. OLE color: 7369959.

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

Color convert

RGB 231 116 112 -
CMYK 0 0.50 0.52 0.09
HSL 2.02º 0.71% 0.67% -
HSV(B) 2.02º 0.52% 0.91% -
XYZ 42.13 30.65 19.02 -
YUV 149.93 106.6 185.83 -
System Red Green Blue C M Y K H S L
Decimal 231 116 112 0 0.50 0.52 0.09 2.02 0.71 0.67
Hex E7 74 70 0 32 34 9 2 47 43
Octal 347 164 160 0 62 64 11 2 107 103
Binary 11100111 1110100 1110000 0 110010 110100 1001 10 1000111 1000011

Color Harmonies of #E77470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77470

Black with #E77470

Text Example


Text Example

White with #E77470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77470; }

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

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

background-color css

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

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

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

border-color css

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

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

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