Html Css Color HEX #E27C78 Geraldine

📋 copy color: '#E27C78'

red 226 ◦ green 124 ◦ blue 120

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

Shades of Geraldine #E27C78

Tints of Geraldine #E27C78

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.38%

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

R = 48.09%
G = 26.38%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E27C78 (or 0xE27C78) is known color: Geraldine. HEX triplet: E2, 7C and 78. RGB value is (226,124,120). Sum of RGB (Red+Green+Blue) = 226+124+120=470 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.09% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 120 (47.27% from 255 or 25.53% from 470); Max value from RGB is 226 - color contains mainly: red. Hex color #E27C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27C78 is #1D8387. Grayscale: #9A9A9A. Windows color (decimal): -1934216 or 7896290. OLE color: 7896290.

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

Color convert

RGB 226 124 120 -
CMYK 0 0.45 0.47 0.11
HSL 2.26º 0.65% 0.68% -
HSV(B) 2.26º 0.47% 0.89% -
XYZ 41.96 31.94 21.72 -
YUV 154.04 108.79 179.33 -
System Red Green Blue C M Y K H S L
Decimal 226 124 120 0 0.45 0.47 0.11 2.26 0.65 0.68
Hex E2 7C 78 0 2D 2F B 2 41 44
Octal 342 174 170 0 55 57 13 2 101 104
Binary 11100010 1111100 1111000 0 101101 101111 1011 10 1000001 1000100

Color Harmonies of #E27C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27C78

Black with #E27C78

Text Example


Text Example

White with #E27C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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