Html Css Color HEX #E27A78 Geraldine

📋 copy color: '#E27A78'

red 226 ◦ green 122 ◦ blue 120

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

Shades of Geraldine #E27A78

Tints of Geraldine #E27A78

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.07%

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

R = 48.29%
G = 26.07%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E27A78 (or 0xE27A78) is known color: Geraldine. HEX triplet: E2, 7A and 78. RGB value is (226,122,120). Sum of RGB (Red+Green+Blue) = 226+122+120=468 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.29% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 120 (47.27% from 255 or 25.64% from 468); Max value from RGB is 226 - color contains mainly: red. Hex color #E27A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27A78 is #1D8587. Grayscale: #989898. Windows color (decimal): -1934728 or 7895778. OLE color: 7895778.

HSL color Cylindrical-coordinate representation of color #E27A78: hue angle of 1.13º 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 #E27A78 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 122 120 -
CMYK 0 0.46 0.47 0.11
HSL 1.13º 0.65% 0.68% -
HSV(B) 1.13º 0.47% 0.89% -
XYZ 41.71 31.44 21.64 -
YUV 152.87 109.46 180.16 -
System Red Green Blue C M Y K H S L
Decimal 226 122 120 0 0.46 0.47 0.11 1.13 0.65 0.68
Hex E2 7A 78 0 2E 2F B 1 41 44
Octal 342 172 170 0 56 57 13 1 101 104
Binary 11100010 1111010 1111000 0 101110 101111 1011 1 1000001 1000100

Color Harmonies of #E27A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27A78

Black with #E27A78

Text Example


Text Example

White with #E27A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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