Html Css Color HEX #E68175 Geraldine

📋 copy color: '#E68175'

red 230 ◦ green 129 ◦ blue 117

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

Shades of Geraldine #E68175

Tints of Geraldine #E68175

RGB

 RED value IS 230 (90.23% from 255) = 48.32%

 GREEN value IS 129 (50.78% from 255) = 27.1%

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

R = 48.32%
G = 27.1%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E68175 (or 0xE68175) is known color: Geraldine. HEX triplet: E6, 81 and 75. RGB value is (230,129,117). Sum of RGB (Red+Green+Blue) = 230+129+117=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 230 - color contains mainly: red. Hex color #E68175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68175 is #197E8A. Grayscale: #9D9D9D. Windows color (decimal): -1670795 or 7700966. OLE color: 7700966.

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

Color convert

RGB 230 129 117 -
CMYK 0 0.44 0.49 0.10
HSL 6.37º 0.69% 0.68% -
HSV(B) 6.37º 0.49% 0.9% -
XYZ 43.69 33.81 21.05 -
YUV 157.83 104.96 179.48 -
System Red Green Blue C M Y K H S L
Decimal 230 129 117 0 0.44 0.49 0.10 6.37 0.69 0.68
Hex E6 81 75 0 2C 31 A 6 45 44
Octal 346 201 165 0 54 61 12 6 105 104
Binary 11100110 10000001 1110101 0 101100 110001 1010 110 1000101 1000100

Color Harmonies of #E68175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68175

Black with #E68175

Text Example


Text Example

White with #E68175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68175; }

 p { color: rgb(230,129,117); }

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

background-color css

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

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

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

border-color css

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

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

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