Html Css Color HEX #EC605F Roman

📋 copy color: '#EC605F'

red 236 ◦ green 96 ◦ blue 95

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

Shades of Roman #EC605F

Tints of Roman #EC605F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.48%

 BLUE value IS 95 (37.5% from 255) = 22.25%

R = 55.27%
G = 22.48%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC605F (or 0xEC605F) is known color: Roman. HEX triplet: EC, 60 and 5F. RGB value is (236,96,95). Sum of RGB (Red+Green+Blue) = 236+96+95=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 95 (37.5% from 255 or 22.25% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC605F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC605F is #139FA0. Grayscale: #898989. Windows color (decimal): -1286049 or 6250732. OLE color: 6250732.

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

Color convert

RGB 236 96 95 -
CMYK 0 0.59 0.60 0.07
HSL 0.43º 0.79% 0.65% -
HSV(B) 0.43º 0.6% 0.93% -
XYZ 40.84 27.02 13.89 -
YUV 137.75 103.88 198.08 -
System Red Green Blue C M Y K H S L
Decimal 236 96 95 0 0.59 0.60 0.07 0.43 0.79 0.65
Hex EC 60 5F 0 3B 3C 7 0 4F 41
Octal 354 140 137 0 73 74 7 0 117 101
Binary 11101100 1100000 1011111 0 111011 111100 111 0 1001111 1000001

Color Harmonies of #EC605F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC605F

Black with #EC605F

Text Example


Text Example

White with #EC605F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC605F; }

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

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

background-color css

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

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

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

border-color css

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

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

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