Html Css Color HEX #E6807C Geraldine

📋 copy color: '#E6807C'

red 230 ◦ green 128 ◦ blue 124

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

Shades of Geraldine #E6807C

Tints of Geraldine #E6807C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.56%

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

R = 47.72%
G = 26.56%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E6807C (or 0xE6807C) is known color: Geraldine. HEX triplet: E6, 80 and 7C. RGB value is (230,128,124). Sum of RGB (Red+Green+Blue) = 230+128+124=482 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.72% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 230 - color contains mainly: red. Hex color #E6807C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6807C is #197F83. Grayscale: #9E9E9E. Windows color (decimal): -1671044 or 8159462. OLE color: 8159462.

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

Color convert

RGB 230 128 124 -
CMYK 0 0.44 0.46 0.10
HSL 2.26º 0.68% 0.69% -
HSV(B) 2.26º 0.46% 0.9% -
XYZ 43.99 33.72 23.26 -
YUV 158.04 108.79 179.33 -
System Red Green Blue C M Y K H S L
Decimal 230 128 124 0 0.44 0.46 0.10 2.26 0.68 0.69
Hex E6 80 7C 0 2C 2E A 2 44 45
Octal 346 200 174 0 54 56 12 2 104 105
Binary 11100110 10000000 1111100 0 101100 101110 1010 10 1000100 1000101

Color Harmonies of #E6807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6807C

Black with #E6807C

Text Example


Text Example

White with #E6807C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6807C; }

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

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

background-color css

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

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

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

border-color css

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

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

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