Html Css Color HEX #EC645F Roman

📋 copy color: '#EC645F'

red 236 ◦ green 100 ◦ blue 95

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

Shades of Roman #EC645F

Tints of Roman #EC645F

RGB

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

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

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

R = 54.76%
G = 23.2%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC645F (or 0xEC645F) is known color: Roman. HEX triplet: EC, 64 and 5F. RGB value is (236,100,95). Sum of RGB (Red+Green+Blue) = 236+100+95=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC645F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC645F is #139BA0. Grayscale: #8C8C8C. Windows color (decimal): -1285025 or 6251756. OLE color: 6251756.

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

Color convert

RGB 236 100 95 -
CMYK 0 0.58 0.60 0.07
HSL 2.13º 0.79% 0.65% -
HSV(B) 2.13º 0.6% 0.93% -
XYZ 41.21 27.77 14.02 -
YUV 140.09 102.56 196.41 -
System Red Green Blue C M Y K H S L
Decimal 236 100 95 0 0.58 0.60 0.07 2.13 0.79 0.65
Hex EC 64 5F 0 3A 3C 7 2 4F 41
Octal 354 144 137 0 72 74 7 2 117 101
Binary 11101100 1100100 1011111 0 111010 111100 111 10 1001111 1000001

Color Harmonies of #EC645F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC645F

Black with #EC645F

Text Example


Text Example

White with #EC645F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC645F; }

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

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

background-color css

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

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

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

border-color css

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

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

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