Html Css Color HEX #E77372 Geraldine

📋 copy color: '#E77372'

red 231 ◦ green 115 ◦ blue 114

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

Shades of Geraldine #E77372

Tints of Geraldine #E77372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.78%

R = 50.22%
G = 25%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E77372 (or 0xE77372) is known color: Geraldine. HEX triplet: E7, 73 and 72. RGB value is (231,115,114). Sum of RGB (Red+Green+Blue) = 231+115+114=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 114 (44.92% from 255 or 24.78% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E77372 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77372 is #188C8D. Grayscale: #959595. Windows color (decimal): -1608846 or 7500775. OLE color: 7500775.

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

Color convert

RGB 231 115 114 -
CMYK 0 0.50 0.51 0.09
HSL 0.51º 0.71% 0.68% -
HSV(B) 0.51º 0.51% 0.91% -
XYZ 42.12 30.47 19.58 -
YUV 149.57 107.93 186.08 -
System Red Green Blue C M Y K H S L
Decimal 231 115 114 0 0.50 0.51 0.09 0.51 0.71 0.68
Hex E7 73 72 0 32 33 9 1 47 44
Octal 347 163 162 0 62 63 11 1 107 104
Binary 11100111 1110011 1110010 0 110010 110011 1001 1 1000111 1000100

Color Harmonies of #E77372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77372

Black with #E77372

Text Example


Text Example

White with #E77372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77372; }

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

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

background-color css

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

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

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

border-color css

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

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

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