Html Css Color HEX #E76F69 Geraldine

📋 copy color: '#E76F69'

red 231 ◦ green 111 ◦ blue 105

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

Shades of Geraldine #E76F69

Tints of Geraldine #E76F69

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.83%

 BLUE value IS 105 (41.41% from 255) = 23.49%

R = 51.68%
G = 24.83%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E76F69 (or 0xE76F69) is known color: Geraldine. HEX triplet: E7, 6F and 69. RGB value is (231,111,105). Sum of RGB (Red+Green+Blue) = 231+111+105=447 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.68% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 105 (41.41% from 255 or 23.49% from 447); Max value from RGB is 231 - color contains mainly: red. Hex color #E76F69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76F69 is #189096. Grayscale: #929292. Windows color (decimal): -1609879 or 6909927. OLE color: 6909927.

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

Color convert

RGB 231 111 105 -
CMYK 0 0.52 0.55 0.09
HSL 2.86º 0.72% 0.66% -
HSV(B) 2.86º 0.55% 0.91% -
XYZ 41.19 29.38 16.86 -
YUV 146.2 104.76 188.49 -
System Red Green Blue C M Y K H S L
Decimal 231 111 105 0 0.52 0.55 0.09 2.86 0.72 0.66
Hex E7 6F 69 0 34 37 9 3 48 42
Octal 347 157 151 0 64 67 11 3 110 102
Binary 11100111 1101111 1101001 0 110100 110111 1001 11 1001000 1000010

Color Harmonies of #E76F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76F69

Black with #E76F69

Text Example


Text Example

White with #E76F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76F69; }

 p { color: rgb(231,111,105); }

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

background-color css

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

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

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

border-color css

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

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

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