Html Css Color HEX #E37F75 Geraldine

📋 copy color: '#E37F75'

red 227 ◦ green 127 ◦ blue 117

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

Shades of Geraldine #E37F75

Tints of Geraldine #E37F75

RGB

 RED value IS 227 (89.06% from 255) = 48.2%

 GREEN value IS 127 (50% from 255) = 26.96%

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

R = 48.2%
G = 26.96%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E37F75 (or 0xE37F75) is known color: Geraldine. HEX triplet: E3, 7F and 75. RGB value is (227,127,117). Sum of RGB (Red+Green+Blue) = 227+127+117=471 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.20% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 227 - color contains mainly: red. Hex color #E37F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37F75 is #1C808A. Grayscale: #9B9B9B. Windows color (decimal): -1867915 or 7700451. OLE color: 7700451.

HSL color Cylindrical-coordinate representation of color #E37F75: hue angle of 5.45º degrees, saturation: 0.66, 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 #E37F75 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 127 117 -
CMYK 0 0.44 0.48 0.11
HSL 5.45º 0.66% 0.67% -
HSV(B) 5.45º 0.48% 0.89% -
XYZ 42.48 32.79 20.92 -
YUV 155.76 106.13 178.81 -
System Red Green Blue C M Y K H S L
Decimal 227 127 117 0 0.44 0.48 0.11 5.45 0.66 0.67
Hex E3 7F 75 0 2C 30 B 5 42 43
Octal 343 177 165 0 54 60 13 5 102 103
Binary 11100011 1111111 1110101 0 101100 110000 1011 101 1000010 1000011

Color Harmonies of #E37F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37F75

Black with #E37F75

Text Example


Text Example

White with #E37F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37F75; }

 p { color: rgb(227,127,117); }

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

background-color css

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

 a { background-color: rgb(227,127,117); }

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

border-color css

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

 span { border-color: rgb(227,127,117); }

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