Html Css Color HEX #E68078 Geraldine

📋 copy color: '#E68078'

red 230 ◦ green 128 ◦ blue 120

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

Shades of Geraldine #E68078

Tints of Geraldine #E68078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.1%

R = 48.12%
G = 26.78%
B = 25.1%

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

#E68078 (or 0xE68078) is known color: Geraldine. HEX triplet: E6, 80 and 78. RGB value is (230,128,120). Sum of RGB (Red+Green+Blue) = 230+128+120=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 230 - color contains mainly: red. Hex color #E68078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68078 is #197F87. Grayscale: #9D9D9D. Windows color (decimal): -1671048 or 7897318. OLE color: 7897318.

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

Color convert

RGB 230 128 120 -
CMYK 0 0.44 0.48 0.10
HSL 4.36º 0.69% 0.69% -
HSV(B) 4.36º 0.48% 0.9% -
XYZ 43.74 33.62 21.95 -
YUV 157.59 106.79 179.65 -
System Red Green Blue C M Y K H S L
Decimal 230 128 120 0 0.44 0.48 0.10 4.36 0.69 0.69
Hex E6 80 78 0 2C 30 A 4 45 45
Octal 346 200 170 0 54 60 12 4 105 105
Binary 11100110 10000000 1111000 0 101100 110000 1010 100 1000101 1000101

Color Harmonies of #E68078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68078

Black with #E68078

Text Example


Text Example

White with #E68078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68078; }

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

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

background-color css

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

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

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

border-color css

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

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

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