Html Css Color HEX #E77271 Geraldine

📋 copy color: '#E77271'

red 231 ◦ green 114 ◦ blue 113

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

Shades of Geraldine #E77271

Tints of Geraldine #E77271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.89%

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

R = 50.44%
G = 24.89%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E77271 (or 0xE77271) is known color: Geraldine. HEX triplet: E7, 72 and 71. RGB value is (231,114,113). Sum of RGB (Red+Green+Blue) = 231+114+113=458 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.44% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 231 - color contains mainly: red. Hex color #E77271 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77271 is #188D8E. Grayscale: #949494. Windows color (decimal): -1609103 or 7434983. OLE color: 7434983.

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

Color convert

RGB 231 114 113 -
CMYK 0 0.51 0.51 0.09
HSL 0.51º 0.71% 0.67% -
HSV(B) 0.51º 0.51% 0.91% -
XYZ 41.95 30.22 19.24 -
YUV 148.87 107.76 186.58 -
System Red Green Blue C M Y K H S L
Decimal 231 114 113 0 0.51 0.51 0.09 0.51 0.71 0.67
Hex E7 72 71 0 33 33 9 1 47 43
Octal 347 162 161 0 63 63 11 1 107 103
Binary 11100111 1110010 1110001 0 110011 110011 1001 1 1000111 1000011

Color Harmonies of #E77271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77271

Black with #E77271

Text Example


Text Example

White with #E77271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77271; }

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

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

background-color css

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

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

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

border-color css

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

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

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