Html Css Color HEX #E76E6E Geraldine

📋 copy color: '#E76E6E'

red 231 ◦ green 110 ◦ blue 110

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

Shades of Geraldine #E76E6E

Tints of Geraldine #E76E6E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.39%

 BLUE value IS 110 (43.36% from 255) = 24.39%

R = 51.22%
G = 24.39%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E76E6E (or 0xE76E6E) is known color: Geraldine. HEX triplet: E7, 6E and 6E. RGB value is (231,110,110). Sum of RGB (Red+Green+Blue) = 231+110+110=451 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.22% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 110 (43.36% from 255 or 24.39% from 451); Max value from RGB is 231 - color contains mainly: red. Hex color #E76E6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76E6E is #189191. Grayscale: #929292. Windows color (decimal): -1610130 or 7237351. OLE color: 7237351.

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

Color convert

RGB 231 110 110 -
CMYK 0 0.52 0.52 0.09
HSL 0.72% 0.67% -
HSV(B) 0.52% 0.91% -
XYZ 41.35 29.27 18.22 -
YUV 146.18 107.59 188.5 -
System Red Green Blue C M Y K H S L
Decimal 231 110 110 0 0.52 0.52 0.09 0 0.72 0.67
Hex E7 6E 6E 0 34 34 9 0 48 43
Octal 347 156 156 0 64 64 11 0 110 103
Binary 11100111 1101110 1101110 0 110100 110100 1001 0 1001000 1000011

Color Harmonies of #E76E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76E6E

Black with #E76E6E

Text Example


Text Example

White with #E76E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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