Html Css Color HEX #E86C6C Geraldine

📋 copy color: '#E86C6C'

red 232 ◦ green 108 ◦ blue 108

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

Shades of Geraldine #E86C6C

Tints of Geraldine #E86C6C

RGB

 RED value IS 232 (91.02% from 255) = 51.79%

 GREEN value IS 108 (42.58% from 255) = 24.11%

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

R = 51.79%
G = 24.11%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E86C6C (or 0xE86C6C) is known color: Geraldine. HEX triplet: E8, 6C and 6C. RGB value is (232,108,108). Sum of RGB (Red+Green+Blue) = 232+108+108=448 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.79% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 232 - color contains mainly: red. Hex color #E86C6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86C6C is #179393. Grayscale: #919191. Windows color (decimal): -1545108 or 7105768. OLE color: 7105768.

HSL color Cylindrical-coordinate representation of color #E86C6C: hue angle of 0º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E86C6C is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 108 108 -
CMYK 0 0.53 0.53 0.09
HSL 0.73% 0.67% -
HSV(B) 0.53% 0.91% -
XYZ 41.35 28.96 17.6 -
YUV 145.08 107.08 190 -
System Red Green Blue C M Y K H S L
Decimal 232 108 108 0 0.53 0.53 0.09 0 0.73 0.67
Hex E8 6C 6C 0 35 35 9 0 49 43
Octal 350 154 154 0 65 65 11 0 111 103
Binary 11101000 1101100 1101100 0 110101 110101 1001 0 1001001 1000011

Color Harmonies of #E86C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86C6C

Black with #E86C6C

Text Example


Text Example

White with #E86C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86C6C; }

 p { color: rgb(232,108,108); }

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

background-color css

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

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

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

border-color css

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

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

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