Html Css Color HEX #E17675 Geraldine

📋 copy color: '#E17675'

red 225 ◦ green 118 ◦ blue 117

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

Shades of Geraldine #E17675

Tints of Geraldine #E17675

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.65%

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

R = 48.91%
G = 25.65%
B = 25.43%

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

#E17675 (or 0xE17675) is known color: Geraldine. HEX triplet: E1, 76 and 75. RGB value is (225,118,117). Sum of RGB (Red+Green+Blue) = 225+118+117=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E17675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17675 is #1E898A. Grayscale: #959595. Windows color (decimal): -2001291 or 7698145. OLE color: 7698145.

HSL color Cylindrical-coordinate representation of color #E17675: hue angle of 0.56º 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 #E17675 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 118 117 -
CMYK 0 0.48 0.48 0.12
HSL 0.56º 0.64% 0.67% -
HSV(B) 0.56º 0.48% 0.88% -
XYZ 40.74 30.25 20.52 -
YUV 149.88 109.45 181.58 -
System Red Green Blue C M Y K H S L
Decimal 225 118 117 0 0.48 0.48 0.12 0.56 0.64 0.67
Hex E1 76 75 0 30 30 C 1 40 43
Octal 341 166 165 0 60 60 14 1 100 103
Binary 11100001 1110110 1110101 0 110000 110000 1100 1 1000000 1000011

Color Harmonies of #E17675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17675

Black with #E17675

Text Example


Text Example

White with #E17675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17675; }

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

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

background-color css

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

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

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

border-color css

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

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

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