Html Css Color HEX #E87974 Geraldine

📋 copy color: '#E87974'

red 232 ◦ green 121 ◦ blue 116

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

Shades of Geraldine #E87974

Tints of Geraldine #E87974

RGB

 RED value IS 232 (91.02% from 255) = 49.47%

 GREEN value IS 121 (47.66% from 255) = 25.8%

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

R = 49.47%
G = 25.8%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E87974 (or 0xE87974) is known color: Geraldine. HEX triplet: E8, 79 and 74. RGB value is (232,121,116). Sum of RGB (Red+Green+Blue) = 232+121+116=469 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.47% from 469); Green value is 121 (47.66% from 255 or 25.80% from 469); Blue value is 116 (45.70% from 255 or 24.73% from 469); Max value from RGB is 232 - color contains mainly: red. Hex color #E87974 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87974 is #17868B. Grayscale: #999999. Windows color (decimal): -1541772 or 7633384. OLE color: 7633384.

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

Color convert

RGB 232 121 116 -
CMYK 0 0.48 0.50 0.09
HSL 2.59º 0.72% 0.68% -
HSV(B) 2.59º 0.5% 0.91% -
XYZ 43.27 32.09 20.44 -
YUV 153.62 106.77 183.91 -
System Red Green Blue C M Y K H S L
Decimal 232 121 116 0 0.48 0.50 0.09 2.59 0.72 0.68
Hex E8 79 74 0 30 32 9 3 48 44
Octal 350 171 164 0 60 62 11 3 110 104
Binary 11101000 1111001 1110100 0 110000 110010 1001 11 1001000 1000100

Color Harmonies of #E87974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87974

Black with #E87974

Text Example


Text Example

White with #E87974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87974; }

 p { color: rgb(232,121,116); }

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

background-color css

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

 a { background-color: rgb(232,121,116); }

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

border-color css

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

 span { border-color: rgb(232,121,116); }

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