Html Css Color HEX #EC4B5D Radical Red

📋 copy color: '#EC4B5D'

red 236 ◦ green 75 ◦ blue 93

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

Shades of Radical Red #EC4B5D

Tints of Radical Red #EC4B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.02%

R = 58.42%
G = 18.56%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC4B5D (or 0xEC4B5D) is known color: Radical Red. HEX triplet: EC, 4B and 5D. RGB value is (236,75,93). Sum of RGB (Red+Green+Blue) = 236+75+93=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4B5D is #13B4A2. Grayscale: #7D7D7D. Windows color (decimal): -1291427 or 6114284. OLE color: 6114284.

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

Color convert

RGB 236 75 93 -
CMYK 0 0.68 0.61 0.07
HSL 353.29º 0.81% 0.61% -
HSV(B) 353.29º 0.68% 0.93% -
XYZ 39.08 23.66 12.86 -
YUV 125.19 109.84 207.04 -
System Red Green Blue C M Y K H S L
Decimal 236 75 93 0 0.68 0.61 0.07 353.29 0.81 0.61
Hex EC 4B 5D 0 44 3D 7 161 51 3D
Octal 354 113 135 0 104 75 7 541 121 75
Binary 11101100 1001011 1011101 0 1000100 111101 111 101100001 1010001 111101

Color Harmonies of #EC4B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4B5D

Black with #EC4B5D

Text Example


Text Example

White with #EC4B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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