Html Css Color HEX #E5827C Geraldine

📋 copy color: '#E5827C'

red 229 ◦ green 130 ◦ blue 124

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

Shades of Geraldine #E5827C

Tints of Geraldine #E5827C

RGB

 RED value IS 229 (89.84% from 255) = 47.41%

 GREEN value IS 130 (51.17% from 255) = 26.92%

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

R = 47.41%
G = 26.92%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E5827C (or 0xE5827C) is known color: Geraldine. HEX triplet: E5, 82 and 7C. RGB value is (229,130,124). Sum of RGB (Red+Green+Blue) = 229+130+124=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 124 (48.83% from 255 or 25.67% from 483); Max value from RGB is 229 - color contains mainly: red. Hex color #E5827C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5827C is #1A7D83. Grayscale: #9F9F9F. Windows color (decimal): -1736068 or 8159973. OLE color: 8159973.

HSL color Cylindrical-coordinate representation of color #E5827C: hue angle of 3.43º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E5827C is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 130 124 -
CMYK 0 0.43 0.46 0.10
HSL 3.43º 0.67% 0.69% -
HSV(B) 3.43º 0.46% 0.9% -
XYZ 43.93 34.08 23.33 -
YUV 158.92 108.3 177.99 -
System Red Green Blue C M Y K H S L
Decimal 229 130 124 0 0.43 0.46 0.10 3.43 0.67 0.69
Hex E5 82 7C 0 2B 2E A 3 43 45
Octal 345 202 174 0 53 56 12 3 103 105
Binary 11100101 10000010 1111100 0 101011 101110 1010 11 1000011 1000101

Color Harmonies of #E5827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5827C

Black with #E5827C

Text Example


Text Example

White with #E5827C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5827C; }

 p { color: rgb(229,130,124); }

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

background-color css

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

 a { background-color: rgb(229,130,124); }

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

border-color css

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

 span { border-color: rgb(229,130,124); }

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