Html Css Color HEX #E68173 Geraldine

📋 copy color: '#E68173'

red 230 ◦ green 129 ◦ blue 115

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

Shades of Geraldine #E68173

Tints of Geraldine #E68173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.26%

R = 48.52%
G = 27.22%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.5

 K value IS 0.10

RGB Variations

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

Color information

#E68173 (or 0xE68173) is known color: Geraldine. HEX triplet: E6, 81 and 73. RGB value is (230,129,115). Sum of RGB (Red+Green+Blue) = 230+129+115=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E68173 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68173 is #197E8C. Grayscale: #9D9D9D. Windows color (decimal): -1670797 or 7569894. OLE color: 7569894.

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

Color convert

RGB 230 129 115 -
CMYK 0 0.44 0.5 0.10
HSL 7.3º 0.7% 0.68% -
HSV(B) 7.3º 0.5% 0.9% -
XYZ 43.58 33.76 20.44 -
YUV 157.6 103.96 179.64 -
System Red Green Blue C M Y K H S L
Decimal 230 129 115 0 0.44 0.5 0.10 7.3 0.7 0.68
Hex E6 81 73 0 2C 32 A 7 46 44
Octal 346 201 163 0 54 62 12 7 106 104
Binary 11100110 10000001 1110011 0 101100 110010 1010 111 1000110 1000100

Color Harmonies of #E68173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68173

Black with #E68173

Text Example


Text Example

White with #E68173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68173; }

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

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

background-color css

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

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

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

border-color css

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

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

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