Html Css Color HEX #EC4A69 Cranberry

📋 copy color: '#EC4A69'

red 236 ◦ green 74 ◦ blue 105

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

Shades of Cranberry #EC4A69

Tints of Cranberry #EC4A69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.3%

R = 56.87%
G = 17.83%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EC4A69 (or 0xEC4A69) is known color: Cranberry. HEX triplet: EC, 4A and 69. RGB value is (236,74,105). Sum of RGB (Red+Green+Blue) = 236+74+105=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4A69 is #13B596. Grayscale: #7E7E7E. Windows color (decimal): -1291671 or 6900460. OLE color: 6900460.

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

Color convert

RGB 236 74 105 -
CMYK 0 0.69 0.56 0.07
HSL 348.52º 0.81% 0.61% -
HSV(B) 348.52º 0.69% 0.93% -
XYZ 39.59 23.75 15.86 -
YUV 125.97 116.17 206.48 -
System Red Green Blue C M Y K H S L
Decimal 236 74 105 0 0.69 0.56 0.07 348.52 0.81 0.61
Hex EC 4A 69 0 45 38 7 15D 51 3D
Octal 354 112 151 0 105 70 7 535 121 75
Binary 11101100 1001010 1101001 0 1000101 111000 111 101011101 1010001 111101

Color Harmonies of #EC4A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4A69

Black with #EC4A69

Text Example


Text Example

White with #EC4A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4A69; }

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

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

background-color css

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

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

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

border-color css

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

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

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