Html Css Color HEX #EC816E Geraldine

📋 copy color: '#EC816E'

red 236 ◦ green 129 ◦ blue 110

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

Shades of Geraldine #EC816E

Tints of Geraldine #EC816E

RGB

 RED value IS 236 (92.58% from 255) = 49.68%

 GREEN value IS 129 (50.78% from 255) = 27.16%

 BLUE value IS 110 (43.36% from 255) = 23.16%

R = 49.68%
G = 27.16%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC816E (or 0xEC816E) is known color: Geraldine. HEX triplet: EC, 81 and 6E. RGB value is (236,129,110). Sum of RGB (Red+Green+Blue) = 236+129+110=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC816E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC816E is #137E91. Grayscale: #9F9F9F. Windows color (decimal): -1277586 or 7242220. OLE color: 7242220.

HSL color Cylindrical-coordinate representation of color #EC816E: hue angle of 9.05º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC816E is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 129 110 -
CMYK 0 0.45 0.53 0.07
HSL 9.05º 0.77% 0.68% -
HSV(B) 9.05º 0.53% 0.93% -
XYZ 45.26 34.66 19.06 -
YUV 158.83 100.45 183.04 -
System Red Green Blue C M Y K H S L
Decimal 236 129 110 0 0.45 0.53 0.07 9.05 0.77 0.68
Hex EC 81 6E 0 2D 35 7 9 4D 44
Octal 354 201 156 0 55 65 7 11 115 104
Binary 11101100 10000001 1101110 0 101101 110101 111 1001 1001101 1000100

Color Harmonies of #EC816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC816E

Black with #EC816E

Text Example


Text Example

White with #EC816E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC816E; }

 p { color: rgb(236,129,110); }

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

background-color css

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

 a { background-color: rgb(236,129,110); }

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

border-color css

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

 span { border-color: rgb(236,129,110); }

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