Html Css Color HEX #E27D71 Geraldine

📋 copy color: '#E27D71'

red 226 ◦ green 125 ◦ blue 113

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

Shades of Geraldine #E27D71

Tints of Geraldine #E27D71

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.94%

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

R = 48.71%
G = 26.94%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.5

 K value IS 0.11

RGB Variations

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

Color information

#E27D71 (or 0xE27D71) is known color: Geraldine. HEX triplet: E2, 7D and 71. RGB value is (226,125,113). Sum of RGB (Red+Green+Blue) = 226+125+113=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 226 - color contains mainly: red. Hex color #E27D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27D71 is #1D828E. Grayscale: #999999. Windows color (decimal): -1933967 or 7437794. OLE color: 7437794.

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

Color convert

RGB 226 125 113 -
CMYK 0 0.45 0.5 0.11
HSL 6.37º 0.66% 0.66% -
HSV(B) 6.37º 0.5% 0.89% -
XYZ 41.68 32.03 19.61 -
YUV 153.83 104.96 179.48 -
System Red Green Blue C M Y K H S L
Decimal 226 125 113 0 0.45 0.5 0.11 6.37 0.66 0.66
Hex E2 7D 71 0 2D 32 B 6 42 42
Octal 342 175 161 0 55 62 13 6 102 102
Binary 11100010 1111101 1110001 0 101101 110010 1011 110 1000010 1000010

Color Harmonies of #E27D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27D71

Black with #E27D71

Text Example


Text Example

White with #E27D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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