Html Css Color HEX #E68071 Geraldine

📋 copy color: '#E68071'

red 230 ◦ green 128 ◦ blue 113

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

Shades of Geraldine #E68071

Tints of Geraldine #E68071

RGB

 RED value IS 230 (90.23% from 255) = 48.83%

 GREEN value IS 128 (50.39% from 255) = 27.18%

 BLUE value IS 113 (44.53% from 255) = 23.99%

R = 48.83%
G = 27.18%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E68071 (or 0xE68071) is known color: Geraldine. HEX triplet: E6, 80 and 71. RGB value is (230,128,113). Sum of RGB (Red+Green+Blue) = 230+128+113=471 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.83% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 230 - color contains mainly: red. Hex color #E68071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68071 is #197F8E. Grayscale: #9C9C9C. Windows color (decimal): -1671055 or 7438566. OLE color: 7438566.

HSL color Cylindrical-coordinate representation of color #E68071: hue angle of 7.69º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E68071 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 128 113 -
CMYK 0 0.44 0.51 0.10
HSL 7.69º 0.7% 0.67% -
HSV(B) 7.69º 0.51% 0.9% -
XYZ 43.33 33.45 19.8 -
YUV 156.79 103.29 180.22 -
System Red Green Blue C M Y K H S L
Decimal 230 128 113 0 0.44 0.51 0.10 7.69 0.7 0.67
Hex E6 80 71 0 2C 33 A 8 46 43
Octal 346 200 161 0 54 63 12 10 106 103
Binary 11100110 10000000 1110001 0 101100 110011 1010 1000 1000110 1000011

Color Harmonies of #E68071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68071

Black with #E68071

Text Example


Text Example

White with #E68071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68071; }

 p { color: rgb(230,128,113); }

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

background-color css

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

 a { background-color: rgb(230,128,113); }

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

border-color css

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

 span { border-color: rgb(230,128,113); }

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