Html Css Color HEX #E68275 Geraldine

📋 copy color: '#E68275'

red 230 ◦ green 130 ◦ blue 117

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

Shades of Geraldine #E68275

Tints of Geraldine #E68275

RGB

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

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

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

R = 48.22%
G = 27.25%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E68275 (or 0xE68275) is known color: Geraldine. HEX triplet: E6, 82 and 75. RGB value is (230,130,117). Sum of RGB (Red+Green+Blue) = 230+130+117=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 230 - color contains mainly: red. Hex color #E68275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68275 is #197D8A. Grayscale: #9E9E9E. Windows color (decimal): -1670539 or 7701222. OLE color: 7701222.

HSL color Cylindrical-coordinate representation of color #E68275: hue angle of 6.9º 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 #E68275 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 130 117 -
CMYK 0 0.43 0.49 0.10
HSL 6.9º 0.69% 0.68% -
HSV(B) 6.9º 0.49% 0.9% -
XYZ 43.83 34.07 21.1 -
YUV 158.42 104.63 179.06 -
System Red Green Blue C M Y K H S L
Decimal 230 130 117 0 0.43 0.49 0.10 6.9 0.69 0.68
Hex E6 82 75 0 2B 31 A 7 45 44
Octal 346 202 165 0 53 61 12 7 105 104
Binary 11100110 10000010 1110101 0 101011 110001 1010 111 1000101 1000100

Color Harmonies of #E68275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68275

Black with #E68275

Text Example


Text Example

White with #E68275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68275; }

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

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

background-color css

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

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

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

border-color css

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

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

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