Html Css Color HEX #EC5F5D Roman

📋 copy color: '#EC5F5D'

red 236 ◦ green 95 ◦ blue 93

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

Shades of Roman #EC5F5D

Tints of Roman #EC5F5D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.41%

 BLUE value IS 93 (36.72% from 255) = 21.93%

R = 55.66%
G = 22.41%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC5F5D (or 0xEC5F5D) is known color: Roman. HEX triplet: EC, 5F and 5D. RGB value is (236,95,93). Sum of RGB (Red+Green+Blue) = 236+95+93=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 95 (37.5% from 255 or 22.41% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5F5D is #13A0A2. Grayscale: #898989. Windows color (decimal): -1286307 or 6119404. OLE color: 6119404.

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

Color convert

RGB 236 95 93 -
CMYK 0 0.60 0.61 0.07
HSL 0.84º 0.79% 0.65% -
HSV(B) 0.84º 0.61% 0.93% -
XYZ 40.66 26.81 13.39 -
YUV 136.93 103.21 198.66 -
System Red Green Blue C M Y K H S L
Decimal 236 95 93 0 0.60 0.61 0.07 0.84 0.79 0.65
Hex EC 5F 5D 0 3C 3D 7 1 4F 41
Octal 354 137 135 0 74 75 7 1 117 101
Binary 11101100 1011111 1011101 0 111100 111101 111 1 1001111 1000001

Color Harmonies of #EC5F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5F5D

Black with #EC5F5D

Text Example


Text Example

White with #EC5F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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