Html Css Color HEX #EC466C Cranberry

📋 copy color: '#EC466C'

red 236 ◦ green 70 ◦ blue 108

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

Shades of Cranberry #EC466C

Tints of Cranberry #EC466C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.09%

R = 57%
G = 16.91%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC466C (or 0xEC466C) is known color: Cranberry. HEX triplet: EC, 46 and 6C. RGB value is (236,70,108). Sum of RGB (Red+Green+Blue) = 236+70+108=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 70 (27.73% from 255 or 16.91% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC466C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC466C is #13B993. Grayscale: #7B7B7B. Windows color (decimal): -1292692 or 7096044. OLE color: 7096044.

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

Color convert

RGB 236 70 108 -
CMYK 0 0.70 0.54 0.07
HSL 346.27º 0.81% 0.6% -
HSV(B) 346.27º 0.7% 0.93% -
XYZ 39.49 23.3 16.6 -
YUV 123.97 119 207.91 -
System Red Green Blue C M Y K H S L
Decimal 236 70 108 0 0.70 0.54 0.07 346.27 0.81 0.6
Hex EC 46 6C 0 46 36 7 15A 51 3C
Octal 354 106 154 0 106 66 7 532 121 74
Binary 11101100 1000110 1101100 0 1000110 110110 111 101011010 1010001 111100

Color Harmonies of #EC466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC466C

Black with #EC466C

Text Example


Text Example

White with #EC466C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC466C; }

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

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

background-color css

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

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

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

border-color css

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

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

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