Html Css Color HEX #EC466A Cranberry

📋 copy color: '#EC466A'

red 236 ◦ green 70 ◦ blue 106

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

Shades of Cranberry #EC466A

Tints of Cranberry #EC466A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.99%

 BLUE value IS 106 (41.8% from 255) = 25.73%

R = 57.28%
G = 16.99%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC466A (or 0xEC466A) is known color: Cranberry. HEX triplet: EC, 46 and 6A. RGB value is (236,70,106). Sum of RGB (Red+Green+Blue) = 236+70+106=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 70 (27.73% from 255 or 16.99% from 412); Blue value is 106 (41.80% from 255 or 25.73% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC466A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC466A is #13B995. Grayscale: #7B7B7B. Windows color (decimal): -1292694 or 6964972. OLE color: 6964972.

HSL color Cylindrical-coordinate representation of color #EC466A: hue angle of 346.99º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC466A is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 70 106 -
CMYK 0 0.70 0.55 0.07
HSL 346.99º 0.81% 0.6% -
HSV(B) 346.99º 0.7% 0.93% -
XYZ 39.38 23.25 16.05 -
YUV 123.74 118 208.07 -
System Red Green Blue C M Y K H S L
Decimal 236 70 106 0 0.70 0.55 0.07 346.99 0.81 0.6
Hex EC 46 6A 0 46 37 7 15B 51 3C
Octal 354 106 152 0 106 67 7 533 121 74
Binary 11101100 1000110 1101010 0 1000110 110111 111 101011011 1010001 111100

Color Harmonies of #EC466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC466A

Black with #EC466A

Text Example


Text Example

White with #EC466A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC466A; }

 p { color: rgb(236,70,106); }

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

background-color css

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

 a { background-color: rgb(236,70,106); }

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

border-color css

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

 span { border-color: rgb(236,70,106); }

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