Html Css Color HEX #E68077 Geraldine

📋 copy color: '#E68077'

red 230 ◦ green 128 ◦ blue 119

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

Shades of Geraldine #E68077

Tints of Geraldine #E68077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.95%

R = 48.22%
G = 26.83%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E68077 (or 0xE68077) is known color: Geraldine. HEX triplet: E6, 80 and 77. RGB value is (230,128,119). Sum of RGB (Red+Green+Blue) = 230+128+119=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 119 (46.88% from 255 or 24.95% from 477); Max value from RGB is 230 - color contains mainly: red. Hex color #E68077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68077 is #197F88. Grayscale: #9D9D9D. Windows color (decimal): -1671049 or 7831782. OLE color: 7831782.

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

Color convert

RGB 230 128 119 -
CMYK 0 0.44 0.48 0.10
HSL 4.86º 0.69% 0.68% -
HSV(B) 4.86º 0.48% 0.9% -
XYZ 43.68 33.59 21.63 -
YUV 157.47 106.29 179.73 -
System Red Green Blue C M Y K H S L
Decimal 230 128 119 0 0.44 0.48 0.10 4.86 0.69 0.68
Hex E6 80 77 0 2C 30 A 5 45 44
Octal 346 200 167 0 54 60 12 5 105 104
Binary 11100110 10000000 1110111 0 101100 110000 1010 101 1000101 1000100

Color Harmonies of #E68077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68077

Black with #E68077

Text Example


Text Example

White with #E68077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68077; }

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

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

background-color css

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

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

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

border-color css

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

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

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