Html Css Color HEX #E37D74 Geraldine

📋 copy color: '#E37D74'

red 227 ◦ green 125 ◦ blue 116

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

Shades of Geraldine #E37D74

Tints of Geraldine #E37D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.79%

R = 48.5%
G = 26.71%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E37D74 (or 0xE37D74) is known color: Geraldine. HEX triplet: E3, 7D and 74. RGB value is (227,125,116). Sum of RGB (Red+Green+Blue) = 227+125+116=468 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.50% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 116 (45.70% from 255 or 24.79% from 468); Max value from RGB is 227 - color contains mainly: red. Hex color #E37D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37D74 is #1C828B. Grayscale: #9A9A9A. Windows color (decimal): -1868428 or 7634403. OLE color: 7634403.

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

Color convert

RGB 227 125 116 -
CMYK 0 0.45 0.49 0.11
HSL 4.86º 0.66% 0.67% -
HSV(B) 4.86º 0.49% 0.89% -
XYZ 42.16 32.26 20.53 -
YUV 154.47 106.29 179.73 -
System Red Green Blue C M Y K H S L
Decimal 227 125 116 0 0.45 0.49 0.11 4.86 0.66 0.67
Hex E3 7D 74 0 2D 31 B 5 42 43
Octal 343 175 164 0 55 61 13 5 102 103
Binary 11100011 1111101 1110100 0 101101 110001 1011 101 1000010 1000011

Color Harmonies of #E37D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37D74

Black with #E37D74

Text Example


Text Example

White with #E37D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37D74; }

 p { color: rgb(227,125,116); }

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

background-color css

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

 a { background-color: rgb(227,125,116); }

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

border-color css

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

 span { border-color: rgb(227,125,116); }

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