Html Css Color HEX #E6827C Geraldine

📋 copy color: '#E6827C'

red 230 ◦ green 130 ◦ blue 124

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

Shades of Geraldine #E6827C

Tints of Geraldine #E6827C

RGB

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

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

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

R = 47.52%
G = 26.86%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E6827C (or 0xE6827C) is known color: Geraldine. HEX triplet: E6, 82 and 7C. RGB value is (230,130,124). Sum of RGB (Red+Green+Blue) = 230+130+124=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 124 (48.83% from 255 or 25.62% from 484); Max value from RGB is 230 - color contains mainly: red. Hex color #E6827C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6827C is #197D83. Grayscale: #9F9F9F. Windows color (decimal): -1670532 or 8159974. OLE color: 8159974.

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

Color convert

RGB 230 130 124 -
CMYK 0 0.43 0.46 0.10
HSL 3.4º 0.68% 0.69% -
HSV(B) 3.4º 0.46% 0.9% -
XYZ 44.25 34.24 23.35 -
YUV 159.22 108.13 178.49 -
System Red Green Blue C M Y K H S L
Decimal 230 130 124 0 0.43 0.46 0.10 3.4 0.68 0.69
Hex E6 82 7C 0 2B 2E A 3 44 45
Octal 346 202 174 0 53 56 12 3 104 105
Binary 11100110 10000010 1111100 0 101011 101110 1010 11 1000100 1000101

Color Harmonies of #E6827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6827C

Black with #E6827C

Text Example


Text Example

White with #E6827C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6827C; }

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

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

background-color css

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

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

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

border-color css

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

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

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