Html Css Color HEX #EC7A6E Geraldine

📋 copy color: '#EC7A6E'

red 236 ◦ green 122 ◦ blue 110

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

Shades of Geraldine #EC7A6E

Tints of Geraldine #EC7A6E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.07%

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

R = 50.43%
G = 26.07%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC7A6E (or 0xEC7A6E) is known color: Geraldine. HEX triplet: EC, 7A and 6E. RGB value is (236,122,110). Sum of RGB (Red+Green+Blue) = 236+122+110=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7A6E is #138591. Grayscale: #9A9A9A. Windows color (decimal): -1279378 or 7240428. OLE color: 7240428.

HSL color Cylindrical-coordinate representation of color #EC7A6E: hue angle of 5.71º 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 #EC7A6E is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 122 110 -
CMYK 0 0.48 0.53 0.07
HSL 5.71º 0.77% 0.68% -
HSV(B) 5.71º 0.53% 0.93% -
XYZ 44.37 32.88 18.76 -
YUV 154.72 102.77 185.98 -
System Red Green Blue C M Y K H S L
Decimal 236 122 110 0 0.48 0.53 0.07 5.71 0.77 0.68
Hex EC 7A 6E 0 30 35 7 6 4D 44
Octal 354 172 156 0 60 65 7 6 115 104
Binary 11101100 1111010 1101110 0 110000 110101 111 110 1001101 1000100

Color Harmonies of #EC7A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7A6E

Black with #EC7A6E

Text Example


Text Example

White with #EC7A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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