Html Css Color HEX #EC746F Geraldine

📋 copy color: '#EC746F'

red 236 ◦ green 116 ◦ blue 111

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

Shades of Geraldine #EC746F

Tints of Geraldine #EC746F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.05%

 BLUE value IS 111 (43.75% from 255) = 23.97%

R = 50.97%
G = 25.05%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC746F (or 0xEC746F) is known color: Geraldine. HEX triplet: EC, 74 and 6F. RGB value is (236,116,111). Sum of RGB (Red+Green+Blue) = 236+116+111=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC746F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC746F is #138B90. Grayscale: #979797. Windows color (decimal): -1280913 or 7304428. OLE color: 7304428.

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

Color convert

RGB 236 116 111 -
CMYK 0 0.51 0.53 0.07
HSL 2.4º 0.77% 0.68% -
HSV(B) 2.4º 0.53% 0.93% -
XYZ 43.71 31.47 18.81 -
YUV 151.31 105.26 188.41 -
System Red Green Blue C M Y K H S L
Decimal 236 116 111 0 0.51 0.53 0.07 2.4 0.77 0.68
Hex EC 74 6F 0 33 35 7 2 4D 44
Octal 354 164 157 0 63 65 7 2 115 104
Binary 11101100 1110100 1101111 0 110011 110101 111 10 1001101 1000100

Color Harmonies of #EC746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC746F

Black with #EC746F

Text Example


Text Example

White with #EC746F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC746F; }

 p { color: rgb(236,116,111); }

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

background-color css

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

 a { background-color: rgb(236,116,111); }

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

border-color css

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

 span { border-color: rgb(236,116,111); }

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