Html Css Color HEX #EC4A6E Cranberry

📋 copy color: '#EC4A6E'

red 236 ◦ green 74 ◦ blue 110

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

Shades of Cranberry #EC4A6E

Tints of Cranberry #EC4A6E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.62%

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

R = 56.19%
G = 17.62%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC4A6E (or 0xEC4A6E) is known color: Cranberry. HEX triplet: EC, 4A and 6E. RGB value is (236,74,110). Sum of RGB (Red+Green+Blue) = 236+74+110=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4A6E is #13B591. Grayscale: #7E7E7E. Windows color (decimal): -1291666 or 7228140. OLE color: 7228140.

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

Color convert

RGB 236 74 110 -
CMYK 0 0.69 0.53 0.07
HSL 346.67º 0.81% 0.61% -
HSV(B) 346.67º 0.69% 0.93% -
XYZ 39.86 23.86 17.26 -
YUV 126.54 118.67 206.07 -
System Red Green Blue C M Y K H S L
Decimal 236 74 110 0 0.69 0.53 0.07 346.67 0.81 0.61
Hex EC 4A 6E 0 45 35 7 15B 51 3D
Octal 354 112 156 0 105 65 7 533 121 75
Binary 11101100 1001010 1101110 0 1000101 110101 111 101011011 1010001 111101

Color Harmonies of #EC4A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4A6E

Black with #EC4A6E

Text Example


Text Example

White with #EC4A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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