Html Css Color HEX #E86D6A Geraldine

📋 copy color: '#E86D6A'

red 232 ◦ green 109 ◦ blue 106

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

Shades of Geraldine #E86D6A

Tints of Geraldine #E86D6A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.38%

 BLUE value IS 106 (41.8% from 255) = 23.71%

R = 51.9%
G = 24.38%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E86D6A (or 0xE86D6A) is known color: Geraldine. HEX triplet: E8, 6D and 6A. RGB value is (232,109,106). Sum of RGB (Red+Green+Blue) = 232+109+106=447 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.90% from 447); Green value is 109 (42.97% from 255 or 24.38% from 447); Blue value is 106 (41.80% from 255 or 23.71% from 447); Max value from RGB is 232 - color contains mainly: red. Hex color #E86D6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86D6A is #179295. Grayscale: #919191. Windows color (decimal): -1544854 or 6974952. OLE color: 6974952.

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

Color convert

RGB 232 109 106 -
CMYK 0 0.53 0.54 0.09
HSL 1.43º 0.73% 0.66% -
HSV(B) 1.43º 0.54% 0.91% -
XYZ 41.35 29.13 17.08 -
YUV 145.44 105.75 189.74 -
System Red Green Blue C M Y K H S L
Decimal 232 109 106 0 0.53 0.54 0.09 1.43 0.73 0.66
Hex E8 6D 6A 0 35 36 9 1 49 42
Octal 350 155 152 0 65 66 11 1 111 102
Binary 11101000 1101101 1101010 0 110101 110110 1001 1 1001001 1000010

Color Harmonies of #E86D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86D6A

Black with #E86D6A

Text Example


Text Example

White with #E86D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86D6A; }

 p { color: rgb(232,109,106); }

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

background-color css

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

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

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

border-color css

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

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

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