Html Css Color HEX #E28078 Geraldine

📋 copy color: '#E28078'

red 226 ◦ green 128 ◦ blue 120

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

Shades of Geraldine #E28078

Tints of Geraldine #E28078

RGB

 RED value IS 226 (88.67% from 255) = 47.68%

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

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

R = 47.68%
G = 27%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E28078 (or 0xE28078) is known color: Geraldine. HEX triplet: E2, 80 and 78. RGB value is (226,128,120). Sum of RGB (Red+Green+Blue) = 226+128+120=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E28078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28078 is #1D7F87. Grayscale: #9C9C9C. Windows color (decimal): -1933192 or 7897314. OLE color: 7897314.

HSL color Cylindrical-coordinate representation of color #E28078: hue angle of 4.53º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E28078 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 128 120 -
CMYK 0 0.43 0.47 0.11
HSL 4.53º 0.65% 0.68% -
HSV(B) 4.53º 0.47% 0.89% -
XYZ 42.47 32.96 21.89 -
YUV 156.39 107.47 177.65 -
System Red Green Blue C M Y K H S L
Decimal 226 128 120 0 0.43 0.47 0.11 4.53 0.65 0.68
Hex E2 80 78 0 2B 2F B 5 41 44
Octal 342 200 170 0 53 57 13 5 101 104
Binary 11100010 10000000 1111000 0 101011 101111 1011 101 1000001 1000100

Color Harmonies of #E28078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28078

Black with #E28078

Text Example


Text Example

White with #E28078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28078; }

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

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

background-color css

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

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

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

border-color css

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

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

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