Html Css Color HEX #EC4B64 Cranberry

📋 copy color: '#EC4B64'

red 236 ◦ green 75 ◦ blue 100

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

Shades of Cranberry #EC4B64

Tints of Cranberry #EC4B64

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.25%

 BLUE value IS 100 (39.45% from 255) = 24.33%

R = 57.42%
G = 18.25%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC4B64 (or 0xEC4B64) is known color: Cranberry. HEX triplet: EC, 4B and 64. RGB value is (236,75,100). Sum of RGB (Red+Green+Blue) = 236+75+100=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 100 (39.45% from 255 or 24.33% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4B64 is #13B49B. Grayscale: #7E7E7E. Windows color (decimal): -1291420 or 6573036. OLE color: 6573036.

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

Color convert

RGB 236 75 100 -
CMYK 0 0.68 0.58 0.07
HSL 350.68º 0.81% 0.61% -
HSV(B) 350.68º 0.68% 0.93% -
XYZ 39.41 23.79 14.57 -
YUV 125.99 113.34 206.47 -
System Red Green Blue C M Y K H S L
Decimal 236 75 100 0 0.68 0.58 0.07 350.68 0.81 0.61
Hex EC 4B 64 0 44 3A 7 15F 51 3D
Octal 354 113 144 0 104 72 7 537 121 75
Binary 11101100 1001011 1100100 0 1000100 111010 111 101011111 1010001 111101

Color Harmonies of #EC4B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4B64

Black with #EC4B64

Text Example


Text Example

White with #EC4B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4B64; }

 p { color: rgb(236,75,100); }

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

background-color css

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

 a { background-color: rgb(236,75,100); }

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

border-color css

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

 span { border-color: rgb(236,75,100); }

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