Html Css Color HEX #E4807A Geraldine

📋 copy color: '#E4807A'

red 228 ◦ green 128 ◦ blue 122

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

Shades of Geraldine #E4807A

Tints of Geraldine #E4807A

RGB

 RED value IS 228 (89.45% from 255) = 47.7%

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

 BLUE value IS 122 (48.05% from 255) = 25.52%

R = 47.7%
G = 26.78%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E4807A (or 0xE4807A) is known color: Geraldine. HEX triplet: E4, 80 and 7A. RGB value is (228,128,122). Sum of RGB (Red+Green+Blue) = 228+128+122=478 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.70% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 228 - color contains mainly: red. Hex color #E4807A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4807A is #1B7F85. Grayscale: #9D9D9D. Windows color (decimal): -1802118 or 8028388. OLE color: 8028388.

HSL color Cylindrical-coordinate representation of color #E4807A: hue angle of 3.4º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E4807A is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 128 122 -
CMYK 0 0.44 0.46 0.11
HSL 3.4º 0.66% 0.69% -
HSV(B) 3.4º 0.46% 0.89% -
XYZ 43.23 33.34 22.57 -
YUV 157.22 108.13 178.49 -
System Red Green Blue C M Y K H S L
Decimal 228 128 122 0 0.44 0.46 0.11 3.4 0.66 0.69
Hex E4 80 7A 0 2C 2E B 3 42 45
Octal 344 200 172 0 54 56 13 3 102 105
Binary 11100100 10000000 1111010 0 101100 101110 1011 11 1000010 1000101

Color Harmonies of #E4807A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4807A

Black with #E4807A

Text Example


Text Example

White with #E4807A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4807A; }

 p { color: rgb(228,128,122); }

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

background-color css

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

 a { background-color: rgb(228,128,122); }

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

border-color css

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

 span { border-color: rgb(228,128,122); }

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