Html Css Color HEX #E77574 Geraldine

📋 copy color: '#E77574'

red 231 ◦ green 117 ◦ blue 116

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

Shades of Geraldine #E77574

Tints of Geraldine #E77574

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.22%

 BLUE value IS 116 (45.7% from 255) = 25%

R = 49.78%
G = 25.22%
B = 25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E77574 (or 0xE77574) is known color: Geraldine. HEX triplet: E7, 75 and 74. RGB value is (231,117,116). Sum of RGB (Red+Green+Blue) = 231+117+116=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E77574 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77574 is #188A8B. Grayscale: #979797. Windows color (decimal): -1608332 or 7632359. OLE color: 7632359.

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

Color convert

RGB 231 117 116 -
CMYK 0 0.49 0.50 0.09
HSL 0.52º 0.71% 0.68% -
HSV(B) 0.52º 0.5% 0.91% -
XYZ 42.47 30.97 20.26 -
YUV 150.97 108.27 185.08 -
System Red Green Blue C M Y K H S L
Decimal 231 117 116 0 0.49 0.50 0.09 0.52 0.71 0.68
Hex E7 75 74 0 31 32 9 1 47 44
Octal 347 165 164 0 61 62 11 1 107 104
Binary 11100111 1110101 1110100 0 110001 110010 1001 1 1000111 1000100

Color Harmonies of #E77574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77574

Black with #E77574

Text Example


Text Example

White with #E77574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77574; }

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

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

background-color css

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

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

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

border-color css

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

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

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