Html Css Color HEX #EC6461 Roman

📋 copy color: '#EC6461'

red 236 ◦ green 100 ◦ blue 97

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

Shades of Roman #EC6461

Tints of Roman #EC6461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.4%

R = 54.5%
G = 23.09%
B = 22.4%

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

#EC6461 (or 0xEC6461) is known color: Roman. HEX triplet: EC, 64 and 61. RGB value is (236,100,97). Sum of RGB (Red+Green+Blue) = 236+100+97=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6461 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6461 is #139B9E. Grayscale: #8C8C8C. Windows color (decimal): -1285023 or 6382828. OLE color: 6382828.

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

Color convert

RGB 236 100 97 -
CMYK 0 0.58 0.59 0.07
HSL 1.29º 0.79% 0.65% -
HSV(B) 1.29º 0.59% 0.93% -
XYZ 41.31 27.81 14.5 -
YUV 140.32 103.56 196.24 -
System Red Green Blue C M Y K H S L
Decimal 236 100 97 0 0.58 0.59 0.07 1.29 0.79 0.65
Hex EC 64 61 0 3A 3B 7 1 4F 41
Octal 354 144 141 0 72 73 7 1 117 101
Binary 11101100 1100100 1100001 0 111010 111011 111 1 1001111 1000001

Color Harmonies of #EC6461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6461

Black with #EC6461

Text Example


Text Example

White with #EC6461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6461; }

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

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

background-color css

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

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

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

border-color css

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

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

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