Html Css Color HEX #E77871 Geraldine

📋 copy color: '#E77871'

red 231 ◦ green 120 ◦ blue 113

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

Shades of Geraldine #E77871

Tints of Geraldine #E77871

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.86%

 BLUE value IS 113 (44.53% from 255) = 24.35%

R = 49.78%
G = 25.86%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E77871 (or 0xE77871) is known color: Geraldine. HEX triplet: E7, 78 and 71. RGB value is (231,120,113). Sum of RGB (Red+Green+Blue) = 231+120+113=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E77871 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77871 is #18878E. Grayscale: #989898. Windows color (decimal): -1607567 or 7436519. OLE color: 7436519.

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

Color convert

RGB 231 120 113 -
CMYK 0 0.48 0.51 0.09
HSL 3.56º 0.71% 0.67% -
HSV(B) 3.56º 0.51% 0.91% -
XYZ 42.65 31.61 19.48 -
YUV 152.39 105.77 184.07 -
System Red Green Blue C M Y K H S L
Decimal 231 120 113 0 0.48 0.51 0.09 3.56 0.71 0.67
Hex E7 78 71 0 30 33 9 4 47 43
Octal 347 170 161 0 60 63 11 4 107 103
Binary 11100111 1111000 1110001 0 110000 110011 1001 100 1000111 1000011

Color Harmonies of #E77871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77871

Black with #E77871

Text Example


Text Example

White with #E77871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77871; }

 p { color: rgb(231,120,113); }

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

background-color css

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

 a { background-color: rgb(231,120,113); }

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

border-color css

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

 span { border-color: rgb(231,120,113); }

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