Html Css Color HEX #E77373 Geraldine

📋 copy color: '#E77373'

red 231 ◦ green 115 ◦ blue 115

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

Shades of Geraldine #E77373

Tints of Geraldine #E77373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.95%

R = 50.11%
G = 24.95%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E77373 (or 0xE77373) is known color: Geraldine. HEX triplet: E7, 73 and 73. RGB value is (231,115,115). Sum of RGB (Red+Green+Blue) = 231+115+115=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E77373 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77373 is #188C8C. Grayscale: #959595. Windows color (decimal): -1608845 or 7566311. OLE color: 7566311.

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

Color convert

RGB 231 115 115 -
CMYK 0 0.50 0.50 0.09
HSL 0.71% 0.68% -
HSV(B) 0.5% 0.91% -
XYZ 42.18 30.49 19.88 -
YUV 149.68 108.43 186 -
System Red Green Blue C M Y K H S L
Decimal 231 115 115 0 0.50 0.50 0.09 0 0.71 0.68
Hex E7 73 73 0 32 32 9 0 47 44
Octal 347 163 163 0 62 62 11 0 107 104
Binary 11100111 1110011 1110011 0 110010 110010 1001 0 1000111 1000100

Color Harmonies of #E77373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77373

Black with #E77373

Text Example


Text Example

White with #E77373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77373; }

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

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

background-color css

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

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

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

border-color css

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

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

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