Html Css Color HEX #E68079 Geraldine

📋 copy color: '#E68079'

red 230 ◦ green 128 ◦ blue 121

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

Shades of Geraldine #E68079

Tints of Geraldine #E68079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.26%

R = 48.02%
G = 26.72%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E68079 (or 0xE68079) is known color: Geraldine. HEX triplet: E6, 80 and 79. RGB value is (230,128,121). Sum of RGB (Red+Green+Blue) = 230+128+121=479 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.02% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 230 - color contains mainly: red. Hex color #E68079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68079 is #197F86. Grayscale: #9D9D9D. Windows color (decimal): -1671047 or 7962854. OLE color: 7962854.

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

Color convert

RGB 230 128 121 -
CMYK 0 0.44 0.47 0.10
HSL 3.85º 0.69% 0.69% -
HSV(B) 3.85º 0.47% 0.9% -
XYZ 43.8 33.64 22.27 -
YUV 157.7 107.29 179.57 -
System Red Green Blue C M Y K H S L
Decimal 230 128 121 0 0.44 0.47 0.10 3.85 0.69 0.69
Hex E6 80 79 0 2C 2F A 4 45 45
Octal 346 200 171 0 54 57 12 4 105 105
Binary 11100110 10000000 1111001 0 101100 101111 1010 100 1000101 1000101

Color Harmonies of #E68079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68079

Black with #E68079

Text Example


Text Example

White with #E68079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68079; }

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

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

background-color css

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

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

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

border-color css

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

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

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