Html Css Color HEX #E7706F Geraldine

📋 copy color: '#E7706F'

red 231 ◦ green 112 ◦ blue 111

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

Shades of Geraldine #E7706F

Tints of Geraldine #E7706F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.67%

 BLUE value IS 111 (43.75% from 255) = 24.45%

R = 50.88%
G = 24.67%
B = 24.45%

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

#E7706F (or 0xE7706F) is known color: Geraldine. HEX triplet: E7, 70 and 6F. RGB value is (231,112,111). Sum of RGB (Red+Green+Blue) = 231+112+111=454 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.88% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 111 (43.75% from 255 or 24.45% from 454); Max value from RGB is 231 - color contains mainly: red. Hex color #E7706F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7706F is #188F90. Grayscale: #939393. Windows color (decimal): -1609617 or 7303399. OLE color: 7303399.

HSL color Cylindrical-coordinate representation of color #E7706F: hue angle of 0.5º degrees, saturation: 0.71, 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 #E7706F is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 112 111 -
CMYK 0 0.52 0.52 0.09
HSL 0.5º 0.71% 0.67% -
HSV(B) 0.5º 0.52% 0.91% -
XYZ 41.62 29.72 18.58 -
YUV 147.47 107.42 187.58 -
System Red Green Blue C M Y K H S L
Decimal 231 112 111 0 0.52 0.52 0.09 0.5 0.71 0.67
Hex E7 70 6F 0 34 34 9 0 47 43
Octal 347 160 157 0 64 64 11 0 107 103
Binary 11100111 1110000 1101111 0 110100 110100 1001 0 1000111 1000011

Color Harmonies of #E7706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7706F

Black with #E7706F

Text Example


Text Example

White with #E7706F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7706F; }

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

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

background-color css

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

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

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

border-color css

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

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

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