Html Css Color HEX #E47D7C Geraldine

📋 copy color: '#E47D7C'

red 228 ◦ green 125 ◦ blue 124

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

Shades of Geraldine #E47D7C

Tints of Geraldine #E47D7C

RGB

 RED value IS 228 (89.45% from 255) = 47.8%

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

 BLUE value IS 124 (48.83% from 255) = 26%

R = 47.8%
G = 26.21%
B = 26%

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

#E47D7C (or 0xE47D7C) is known color: Geraldine. HEX triplet: E4, 7D and 7C. RGB value is (228,125,124). Sum of RGB (Red+Green+Blue) = 228+125+124=477 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.80% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 228 - color contains mainly: red. Hex color #E47D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47D7C is #1B8283. Grayscale: #9B9B9B. Windows color (decimal): -1802884 or 8158692. OLE color: 8158692.

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

Color convert

RGB 228 125 124 -
CMYK 0 0.45 0.46 0.11
HSL 0.58º 0.66% 0.69% -
HSV(B) 0.58º 0.46% 0.89% -
XYZ 42.97 32.62 23.1 -
YUV 155.68 110.12 179.58 -
System Red Green Blue C M Y K H S L
Decimal 228 125 124 0 0.45 0.46 0.11 0.58 0.66 0.69
Hex E4 7D 7C 0 2D 2E B 1 42 45
Octal 344 175 174 0 55 56 13 1 102 105
Binary 11100100 1111101 1111100 0 101101 101110 1011 1 1000010 1000101

Color Harmonies of #E47D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47D7C

Black with #E47D7C

Text Example


Text Example

White with #E47D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47D7C; }

 p { color: rgb(228,125,124); }

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

background-color css

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

 a { background-color: rgb(228,125,124); }

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

border-color css

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

 span { border-color: rgb(228,125,124); }

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