Html Css Color HEX #E68279 Geraldine

📋 copy color: '#E68279'

red 230 ◦ green 130 ◦ blue 121

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

Shades of Geraldine #E68279

Tints of Geraldine #E68279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.16%

R = 47.82%
G = 27.03%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E68279 (or 0xE68279) is known color: Geraldine. HEX triplet: E6, 82 and 79. RGB value is (230,130,121). Sum of RGB (Red+Green+Blue) = 230+130+121=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 121 (47.66% from 255 or 25.16% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E68279 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68279 is #197D86. Grayscale: #9F9F9F. Windows color (decimal): -1670535 or 7963366. OLE color: 7963366.

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

Color convert

RGB 230 130 121 -
CMYK 0 0.43 0.47 0.10
HSL 4.95º 0.69% 0.69% -
HSV(B) 4.95º 0.47% 0.9% -
XYZ 44.07 34.17 22.36 -
YUV 158.87 106.63 178.73 -
System Red Green Blue C M Y K H S L
Decimal 230 130 121 0 0.43 0.47 0.10 4.95 0.69 0.69
Hex E6 82 79 0 2B 2F A 5 45 45
Octal 346 202 171 0 53 57 12 5 105 105
Binary 11100110 10000010 1111001 0 101011 101111 1010 101 1000101 1000101

Color Harmonies of #E68279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68279

Black with #E68279

Text Example


Text Example

White with #E68279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68279; }

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

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

background-color css

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

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

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

border-color css

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

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

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