Html Css Color HEX #E6857C Geraldine

📋 copy color: '#E6857C'

red 230 ◦ green 133 ◦ blue 124

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

Shades of Geraldine #E6857C

Tints of Geraldine #E6857C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.31%

 BLUE value IS 124 (48.83% from 255) = 25.46%

R = 47.23%
G = 27.31%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E6857C (or 0xE6857C) is known color: Geraldine. HEX triplet: E6, 85 and 7C. RGB value is (230,133,124). Sum of RGB (Red+Green+Blue) = 230+133+124=487 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.23% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 230 - color contains mainly: red. Hex color #E6857C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6857C is #197A83. Grayscale: #A1A1A1. Windows color (decimal): -1669764 or 8160742. OLE color: 8160742.

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

Color convert

RGB 230 133 124 -
CMYK 0 0.42 0.46 0.10
HSL 5.09º 0.68% 0.69% -
HSV(B) 5.09º 0.46% 0.9% -
XYZ 44.66 35.05 23.48 -
YUV 160.98 107.14 177.23 -
System Red Green Blue C M Y K H S L
Decimal 230 133 124 0 0.42 0.46 0.10 5.09 0.68 0.69
Hex E6 85 7C 0 2A 2E A 5 44 45
Octal 346 205 174 0 52 56 12 5 104 105
Binary 11100110 10000101 1111100 0 101010 101110 1010 101 1000100 1000101

Color Harmonies of #E6857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6857C

Black with #E6857C

Text Example


Text Example

White with #E6857C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6857C; }

 p { color: rgb(230,133,124); }

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

background-color css

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

 a { background-color: rgb(230,133,124); }

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

border-color css

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

 span { border-color: rgb(230,133,124); }

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