Html Css Color HEX #E6756C Geraldine

📋 copy color: '#E6756C'

red 230 ◦ green 117 ◦ blue 108

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

Shades of Geraldine #E6756C

Tints of Geraldine #E6756C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.71%

 BLUE value IS 108 (42.58% from 255) = 23.74%

R = 50.55%
G = 25.71%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6756C (or 0xE6756C) is known color: Geraldine. HEX triplet: E6, 75 and 6C. RGB value is (230,117,108). Sum of RGB (Red+Green+Blue) = 230+117+108=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E6756C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6756C is #198A93. Grayscale: #959595. Windows color (decimal): -1673876 or 7108070. OLE color: 7108070.

HSL color Cylindrical-coordinate representation of color #E6756C: hue angle of 4.43º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E6756C is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 117 108 -
CMYK 0 0.49 0.53 0.10
HSL 4.43º 0.71% 0.66% -
HSV(B) 4.43º 0.53% 0.9% -
XYZ 41.7 30.63 17.9 -
YUV 149.76 104.44 185.23 -
System Red Green Blue C M Y K H S L
Decimal 230 117 108 0 0.49 0.53 0.10 4.43 0.71 0.66
Hex E6 75 6C 0 31 35 A 4 47 42
Octal 346 165 154 0 61 65 12 4 107 102
Binary 11100110 1110101 1101100 0 110001 110101 1010 100 1000111 1000010

Color Harmonies of #E6756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6756C

Black with #E6756C

Text Example


Text Example

White with #E6756C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6756C; }

 p { color: rgb(230,117,108); }

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

background-color css

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

 a { background-color: rgb(230,117,108); }

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

border-color css

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

 span { border-color: rgb(230,117,108); }

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