Html Css Color HEX #E07676 Geraldine

📋 copy color: '#E07676'

red 224 ◦ green 118 ◦ blue 118

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

Shades of Geraldine #E07676

Tints of Geraldine #E07676

RGB

 RED value IS 224 (87.89% from 255) = 48.7%

 GREEN value IS 118 (46.48% from 255) = 25.65%

 BLUE value IS 118 (46.48% from 255) = 25.65%

R = 48.7%
G = 25.65%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E07676 (or 0xE07676) is known color: Geraldine. HEX triplet: E0, 76 and 76. RGB value is (224,118,118). Sum of RGB (Red+Green+Blue) = 224+118+118=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 118 (46.48% from 255 or 25.65% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E07676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07676 is #1F8989. Grayscale: #959595. Windows color (decimal): -2066826 or 7763680. OLE color: 7763680.

HSL color Cylindrical-coordinate representation of color #E07676: hue angle of 0º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E07676 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 118 118 -
CMYK 0 0.47 0.47 0.12
HSL 0.63% 0.67% -
HSV(B) 0.47% 0.88% -
XYZ 40.49 30.11 20.82 -
YUV 149.69 110.12 181 -
System Red Green Blue C M Y K H S L
Decimal 224 118 118 0 0.47 0.47 0.12 0 0.63 0.67
Hex E0 76 76 0 2F 2F C 0 3F 43
Octal 340 166 166 0 57 57 14 0 77 103
Binary 11100000 1110110 1110110 0 101111 101111 1100 0 111111 1000011

Color Harmonies of #E07676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07676

Black with #E07676

Text Example


Text Example

White with #E07676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07676; }

 p { color: rgb(224,118,118); }

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

background-color css

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

 a { background-color: rgb(224,118,118); }

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

border-color css

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

 span { border-color: rgb(224,118,118); }

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