Html Css Color HEX #EC6460 Roman

📋 copy color: '#EC6460'

red 236 ◦ green 100 ◦ blue 96

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

Shades of Roman #EC6460

Tints of Roman #EC6460

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.15%

 BLUE value IS 96 (37.89% from 255) = 22.22%

R = 54.63%
G = 23.15%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EC6460 (or 0xEC6460) is known color: Roman. HEX triplet: EC, 64 and 60. RGB value is (236,100,96). Sum of RGB (Red+Green+Blue) = 236+100+96=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6460 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6460 is #139B9F. Grayscale: #8C8C8C. Windows color (decimal): -1285024 or 6317292. OLE color: 6317292.

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

Color convert

RGB 236 100 96 -
CMYK 0 0.58 0.59 0.07
HSL 1.71º 0.79% 0.65% -
HSV(B) 1.71º 0.59% 0.93% -
XYZ 41.26 27.79 14.26 -
YUV 140.21 103.06 196.33 -
System Red Green Blue C M Y K H S L
Decimal 236 100 96 0 0.58 0.59 0.07 1.71 0.79 0.65
Hex EC 64 60 0 3A 3B 7 2 4F 41
Octal 354 144 140 0 72 73 7 2 117 101
Binary 11101100 1100100 1100000 0 111010 111011 111 10 1001111 1000001

Color Harmonies of #EC6460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6460

Black with #EC6460

Text Example


Text Example

White with #EC6460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6460; }

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

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

background-color css

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

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

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

border-color css

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

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

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