Html Css Color HEX #E17575 Geraldine

📋 copy color: '#E17575'

red 225 ◦ green 117 ◦ blue 117

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

Shades of Geraldine #E17575

Tints of Geraldine #E17575

RGB

 RED value IS 225 (88.28% from 255) = 49.02%

 GREEN value IS 117 (46.09% from 255) = 25.49%

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

R = 49.02%
G = 25.49%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E17575 (or 0xE17575) is known color: Geraldine. HEX triplet: E1, 75 and 75. RGB value is (225,117,117). Sum of RGB (Red+Green+Blue) = 225+117+117=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E17575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17575 is #1E8A8A. Grayscale: #959595. Windows color (decimal): -2001547 or 7697889. OLE color: 7697889.

HSL color Cylindrical-coordinate representation of color #E17575: hue angle of 0º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E17575 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 117 117 -
CMYK 0 0.48 0.48 0.12
HSL 0.64% 0.67% -
HSV(B) 0.48% 0.88% -
XYZ 40.62 30.01 20.48 -
YUV 149.29 109.78 182 -
System Red Green Blue C M Y K H S L
Decimal 225 117 117 0 0.48 0.48 0.12 0 0.64 0.67
Hex E1 75 75 0 30 30 C 0 40 43
Octal 341 165 165 0 60 60 14 0 100 103
Binary 11100001 1110101 1110101 0 110000 110000 1100 0 1000000 1000011

Color Harmonies of #E17575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17575

Black with #E17575

Text Example


Text Example

White with #E17575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17575; }

 p { color: rgb(225,117,117); }

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

background-color css

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

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

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

border-color css

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

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

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