Html Css Color HEX #E68072 Geraldine

📋 copy color: '#E68072'

red 230 ◦ green 128 ◦ blue 114

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

Shades of Geraldine #E68072

Tints of Geraldine #E68072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.15%

R = 48.73%
G = 27.12%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E68072 (or 0xE68072) is known color: Geraldine. HEX triplet: E6, 80 and 72. RGB value is (230,128,114). Sum of RGB (Red+Green+Blue) = 230+128+114=472 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.73% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 230 - color contains mainly: red. Hex color #E68072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68072 is #197F8D. Grayscale: #9D9D9D. Windows color (decimal): -1671054 or 7504102. OLE color: 7504102.

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

Color convert

RGB 230 128 114 -
CMYK 0 0.44 0.50 0.10
HSL 7.24º 0.7% 0.67% -
HSV(B) 7.24º 0.5% 0.9% -
XYZ 43.39 33.48 20.09 -
YUV 156.9 103.79 180.14 -
System Red Green Blue C M Y K H S L
Decimal 230 128 114 0 0.44 0.50 0.10 7.24 0.7 0.67
Hex E6 80 72 0 2C 32 A 7 46 43
Octal 346 200 162 0 54 62 12 7 106 103
Binary 11100110 10000000 1110010 0 101100 110010 1010 111 1000110 1000011

Color Harmonies of #E68072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68072

Black with #E68072

Text Example


Text Example

White with #E68072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68072; }

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

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

background-color css

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

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

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

border-color css

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

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

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