Html Css Color HEX #E76E6B Geraldine

📋 copy color: '#E76E6B'

red 231 ◦ green 110 ◦ blue 107

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

Shades of Geraldine #E76E6B

Tints of Geraldine #E76E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.88%

R = 51.56%
G = 24.55%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E76E6B (or 0xE76E6B) is known color: Geraldine. HEX triplet: E7, 6E and 6B. RGB value is (231,110,107). Sum of RGB (Red+Green+Blue) = 231+110+107=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 110 (43.36% from 255 or 24.55% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E76E6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76E6B is #189194. Grayscale: #919191. Windows color (decimal): -1610133 or 7040743. OLE color: 7040743.

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

Color convert

RGB 231 110 107 -
CMYK 0 0.52 0.54 0.09
HSL 1.45º 0.72% 0.66% -
HSV(B) 1.45º 0.54% 0.91% -
XYZ 41.18 29.2 17.38 -
YUV 145.84 106.09 188.74 -
System Red Green Blue C M Y K H S L
Decimal 231 110 107 0 0.52 0.54 0.09 1.45 0.72 0.66
Hex E7 6E 6B 0 34 36 9 1 48 42
Octal 347 156 153 0 64 66 11 1 110 102
Binary 11100111 1101110 1101011 0 110100 110110 1001 1 1001000 1000010

Color Harmonies of #E76E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76E6B

Black with #E76E6B

Text Example


Text Example

White with #E76E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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