Html Css Color HEX #E27A75 Geraldine

📋 copy color: '#E27A75'

red 226 ◦ green 122 ◦ blue 117

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

Shades of Geraldine #E27A75

Tints of Geraldine #E27A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.16%

R = 48.6%
G = 26.24%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E27A75 (or 0xE27A75) is known color: Geraldine. HEX triplet: E2, 7A and 75. RGB value is (226,122,117). Sum of RGB (Red+Green+Blue) = 226+122+117=465 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.60% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 226 - color contains mainly: red. Hex color #E27A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27A75 is #1D858A. Grayscale: #989898. Windows color (decimal): -1934731 or 7699170. OLE color: 7699170.

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

Color convert

RGB 226 122 117 -
CMYK 0 0.46 0.48 0.11
HSL 2.75º 0.65% 0.67% -
HSV(B) 2.75º 0.48% 0.89% -
XYZ 41.53 31.37 20.7 -
YUV 152.53 107.96 180.41 -
System Red Green Blue C M Y K H S L
Decimal 226 122 117 0 0.46 0.48 0.11 2.75 0.65 0.67
Hex E2 7A 75 0 2E 30 B 3 41 43
Octal 342 172 165 0 56 60 13 3 101 103
Binary 11100010 1111010 1110101 0 101110 110000 1011 11 1000001 1000011

Color Harmonies of #E27A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27A75

Black with #E27A75

Text Example


Text Example

White with #E27A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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