Html Css Color HEX #E68172 Geraldine

📋 copy color: '#E68172'

red 230 ◦ green 129 ◦ blue 114

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

Shades of Geraldine #E68172

Tints of Geraldine #E68172

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.27%

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

R = 48.63%
G = 27.27%
B = 24.1%

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

#E68172 (or 0xE68172) is known color: Geraldine. HEX triplet: E6, 81 and 72. RGB value is (230,129,114). Sum of RGB (Red+Green+Blue) = 230+129+114=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 230 - color contains mainly: red. Hex color #E68172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68172 is #197E8D. Grayscale: #9D9D9D. Windows color (decimal): -1670798 or 7504358. OLE color: 7504358.

HSL color Cylindrical-coordinate representation of color #E68172: hue angle of 7.76º 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 #E68172 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 129 114 -
CMYK 0 0.44 0.50 0.10
HSL 7.76º 0.7% 0.67% -
HSV(B) 7.76º 0.5% 0.9% -
XYZ 43.52 33.74 20.14 -
YUV 157.49 103.46 179.72 -
System Red Green Blue C M Y K H S L
Decimal 230 129 114 0 0.44 0.50 0.10 7.76 0.7 0.67
Hex E6 81 72 0 2C 32 A 8 46 43
Octal 346 201 162 0 54 62 12 10 106 103
Binary 11100110 10000001 1110010 0 101100 110010 1010 1000 1000110 1000011

Color Harmonies of #E68172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68172

Black with #E68172

Text Example


Text Example

White with #E68172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68172; }

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

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

background-color css

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

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

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

border-color css

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

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

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