Html Css Color HEX #E6807D Geraldine

📋 copy color: '#E6807D'

red 230 ◦ green 128 ◦ blue 125

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

Shades of Geraldine #E6807D

Tints of Geraldine #E6807D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.88%

R = 47.62%
G = 26.5%
B = 25.88%

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

#E6807D (or 0xE6807D) is known color: Geraldine. HEX triplet: E6, 80 and 7D. RGB value is (230,128,125). Sum of RGB (Red+Green+Blue) = 230+128+125=483 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.62% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 230 - color contains mainly: red. Hex color #E6807D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6807D is #197F82. Grayscale: #9E9E9E. Windows color (decimal): -1671043 or 8224998. OLE color: 8224998.

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

Color convert

RGB 230 128 125 -
CMYK 0 0.44 0.46 0.10
HSL 1.71º 0.68% 0.7% -
HSV(B) 1.71º 0.46% 0.9% -
XYZ 44.05 33.74 23.59 -
YUV 158.16 109.29 179.24 -
System Red Green Blue C M Y K H S L
Decimal 230 128 125 0 0.44 0.46 0.10 1.71 0.68 0.7
Hex E6 80 7D 0 2C 2E A 2 44 46
Octal 346 200 175 0 54 56 12 2 104 106
Binary 11100110 10000000 1111101 0 101100 101110 1010 10 1000100 1000110

Color Harmonies of #E6807D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6807D

Black with #E6807D

Text Example


Text Example

White with #E6807D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6807D; }

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

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

background-color css

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

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

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

border-color css

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

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

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