Html Css Color HEX #E37D7A Geraldine

📋 copy color: '#E37D7A'

red 227 ◦ green 125 ◦ blue 122

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

Shades of Geraldine #E37D7A

Tints of Geraldine #E37D7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.74%

R = 47.89%
G = 26.37%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E37D7A (or 0xE37D7A) is known color: Geraldine. HEX triplet: E3, 7D and 7A. RGB value is (227,125,122). Sum of RGB (Red+Green+Blue) = 227+125+122=474 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.89% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 227 - color contains mainly: red. Hex color #E37D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37D7A is #1C8285. Grayscale: #9B9B9B. Windows color (decimal): -1868422 or 8027619. OLE color: 8027619.

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

Color convert

RGB 227 125 122 -
CMYK 0 0.45 0.46 0.11
HSL 1.71º 0.65% 0.68% -
HSV(B) 1.71º 0.46% 0.89% -
XYZ 42.53 32.4 22.43 -
YUV 155.16 109.29 179.24 -
System Red Green Blue C M Y K H S L
Decimal 227 125 122 0 0.45 0.46 0.11 1.71 0.65 0.68
Hex E3 7D 7A 0 2D 2E B 2 41 44
Octal 343 175 172 0 55 56 13 2 101 104
Binary 11100011 1111101 1111010 0 101101 101110 1011 10 1000001 1000100

Color Harmonies of #E37D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37D7A

Black with #E37D7A

Text Example


Text Example

White with #E37D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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