Html Css Color HEX #E27971 Geraldine

📋 copy color: '#E27971'

red 226 ◦ green 121 ◦ blue 113

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

Shades of Geraldine #E27971

Tints of Geraldine #E27971

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.3%

 BLUE value IS 113 (44.53% from 255) = 24.57%

R = 49.13%
G = 26.3%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.5

 K value IS 0.11

RGB Variations

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

Color information

#E27971 (or 0xE27971) is known color: Geraldine. HEX triplet: E2, 79 and 71. RGB value is (226,121,113). Sum of RGB (Red+Green+Blue) = 226+121+113=460 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.13% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 226 - color contains mainly: red. Hex color #E27971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27971 is #1D868E. Grayscale: #979797. Windows color (decimal): -1934991 or 7436770. OLE color: 7436770.

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

Color convert

RGB 226 121 113 -
CMYK 0 0.46 0.5 0.11
HSL 4.25º 0.66% 0.66% -
HSV(B) 4.25º 0.5% 0.89% -
XYZ 41.18 31.04 19.44 -
YUV 151.48 106.29 181.15 -
System Red Green Blue C M Y K H S L
Decimal 226 121 113 0 0.46 0.5 0.11 4.25 0.66 0.66
Hex E2 79 71 0 2E 32 B 4 42 42
Octal 342 171 161 0 56 62 13 4 102 102
Binary 11100010 1111001 1110001 0 101110 110010 1011 100 1000010 1000010

Color Harmonies of #E27971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27971

Black with #E27971

Text Example


Text Example

White with #E27971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27971; }

 p { color: rgb(226,121,113); }

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

background-color css

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

 a { background-color: rgb(226,121,113); }

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

border-color css

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

 span { border-color: rgb(226,121,113); }

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