Html Css Color HEX #EC615F Roman

📋 copy color: '#EC615F'

red 236 ◦ green 97 ◦ blue 95

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

Shades of Roman #EC615F

Tints of Roman #EC615F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.66%

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

R = 55.14%
G = 22.66%
B = 22.2%

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

#EC615F (or 0xEC615F) is known color: Roman. HEX triplet: EC, 61 and 5F. RGB value is (236,97,95). Sum of RGB (Red+Green+Blue) = 236+97+95=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 95 (37.5% from 255 or 22.20% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC615F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC615F is #139EA0. Grayscale: #8A8A8A. Windows color (decimal): -1285793 or 6250988. OLE color: 6250988.

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

Color convert

RGB 236 97 95 -
CMYK 0 0.59 0.60 0.07
HSL 0.85º 0.79% 0.65% -
HSV(B) 0.85º 0.6% 0.93% -
XYZ 40.93 27.21 13.92 -
YUV 138.33 103.55 197.66 -
System Red Green Blue C M Y K H S L
Decimal 236 97 95 0 0.59 0.60 0.07 0.85 0.79 0.65
Hex EC 61 5F 0 3B 3C 7 1 4F 41
Octal 354 141 137 0 73 74 7 1 117 101
Binary 11101100 1100001 1011111 0 111011 111100 111 1 1001111 1000001

Color Harmonies of #EC615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC615F

Black with #EC615F

Text Example


Text Example

White with #EC615F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC615F; }

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

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

background-color css

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

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

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

border-color css

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

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

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