Html Css Color HEX #E97A74 Geraldine

📋 copy color: '#E97A74'

red 233 ◦ green 122 ◦ blue 116

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

Shades of Geraldine #E97A74

Tints of Geraldine #E97A74

RGB

 RED value IS 233 (91.41% from 255) = 49.47%

 GREEN value IS 122 (48.05% from 255) = 25.9%

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

R = 49.47%
G = 25.9%
B = 24.63%

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

#E97A74 (or 0xE97A74) is known color: Geraldine. HEX triplet: E9, 7A and 74. RGB value is (233,122,116). Sum of RGB (Red+Green+Blue) = 233+122+116=471 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.47% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 233 - color contains mainly: red. Hex color #E97A74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97A74 is #16858B. Grayscale: #9A9A9A. Windows color (decimal): -1475980 or 7633641. OLE color: 7633641.

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

Color convert

RGB 233 122 116 -
CMYK 0 0.48 0.50 0.09
HSL 3.08º 0.73% 0.68% -
HSV(B) 3.08º 0.5% 0.91% -
XYZ 43.72 32.5 20.49 -
YUV 154.51 106.27 183.99 -
System Red Green Blue C M Y K H S L
Decimal 233 122 116 0 0.48 0.50 0.09 3.08 0.73 0.68
Hex E9 7A 74 0 30 32 9 3 49 44
Octal 351 172 164 0 60 62 11 3 111 104
Binary 11101001 1111010 1110100 0 110000 110010 1001 11 1001001 1000100

Color Harmonies of #E97A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97A74

Black with #E97A74

Text Example


Text Example

White with #E97A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97A74; }

 p { color: rgb(233,122,116); }

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

background-color css

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

 a { background-color: rgb(233,122,116); }

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

border-color css

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

 span { border-color: rgb(233,122,116); }

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