Html Css Color HEX #EC4A6B Cranberry

📋 copy color: '#EC4A6B'

red 236 ◦ green 74 ◦ blue 107

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

Shades of Cranberry #EC4A6B

Tints of Cranberry #EC4A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.66%

R = 56.59%
G = 17.75%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC4A6B (or 0xEC4A6B) is known color: Cranberry. HEX triplet: EC, 4A and 6B. RGB value is (236,74,107). Sum of RGB (Red+Green+Blue) = 236+74+107=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 107 (42.19% from 255 or 25.66% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4A6B is #13B594. Grayscale: #7E7E7E. Windows color (decimal): -1291669 or 7031532. OLE color: 7031532.

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

Color convert

RGB 236 74 107 -
CMYK 0 0.69 0.55 0.07
HSL 347.78º 0.81% 0.61% -
HSV(B) 347.78º 0.69% 0.93% -
XYZ 39.69 23.79 16.41 -
YUV 126.2 117.17 206.32 -
System Red Green Blue C M Y K H S L
Decimal 236 74 107 0 0.69 0.55 0.07 347.78 0.81 0.61
Hex EC 4A 6B 0 45 37 7 15C 51 3D
Octal 354 112 153 0 105 67 7 534 121 75
Binary 11101100 1001010 1101011 0 1000101 110111 111 101011100 1010001 111101

Color Harmonies of #EC4A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4A6B

Black with #EC4A6B

Text Example


Text Example

White with #EC4A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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