Html Css Color HEX #E76D6C Geraldine

📋 copy color: '#E76D6C'

red 231 ◦ green 109 ◦ blue 108

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

Shades of Geraldine #E76D6C

Tints of Geraldine #E76D6C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.33%

 BLUE value IS 108 (42.58% from 255) = 24.11%

R = 51.56%
G = 24.33%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E76D6C (or 0xE76D6C) is known color: Geraldine. HEX triplet: E7, 6D and 6C. RGB value is (231,109,108). Sum of RGB (Red+Green+Blue) = 231+109+108=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E76D6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76D6C is #189293. Grayscale: #919191. Windows color (decimal): -1610388 or 7106023. OLE color: 7106023.

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

Color convert

RGB 231 109 108 -
CMYK 0 0.53 0.53 0.09
HSL 0.49º 0.72% 0.66% -
HSV(B) 0.49º 0.53% 0.91% -
XYZ 41.13 29.01 17.62 -
YUV 145.36 106.92 189.08 -
System Red Green Blue C M Y K H S L
Decimal 231 109 108 0 0.53 0.53 0.09 0.49 0.72 0.66
Hex E7 6D 6C 0 35 35 9 0 48 42
Octal 347 155 154 0 65 65 11 0 110 102
Binary 11100111 1101101 1101100 0 110101 110101 1001 0 1001000 1000010

Color Harmonies of #E76D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76D6C

Black with #E76D6C

Text Example


Text Example

White with #E76D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76D6C; }

 p { color: rgb(231,109,108); }

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

background-color css

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

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

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

border-color css

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

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

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