Html Css Color HEX #EC1F5F Ruby

📋 copy color: '#EC1F5F'

red 236 ◦ green 31 ◦ blue 95

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

Shades of Ruby #EC1F5F

Tints of Ruby #EC1F5F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.56%

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

R = 65.19%
G = 8.56%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC1F5F (or 0xEC1F5F) is known color: Ruby. HEX triplet: EC, 1F and 5F. RGB value is (236,31,95). Sum of RGB (Red+Green+Blue) = 236+31+95=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 31 (12.5% from 255 or 8.56% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F5F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1F5F is #13E0A0. Grayscale: #636363. Windows color (decimal): -1302689 or 6234092. OLE color: 6234092.

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

Color convert

RGB 236 31 95 -
CMYK 0 0.87 0.60 0.07
HSL 341.27º 0.84% 0.52% -
HSV(B) 341.27º 0.87% 0.93% -
XYZ 37.15 19.64 12.66 -
YUV 99.59 125.42 225.3 -
System Red Green Blue C M Y K H S L
Decimal 236 31 95 0 0.87 0.60 0.07 341.27 0.84 0.52
Hex EC 1F 5F 0 57 3C 7 155 54 34
Octal 354 37 137 0 127 74 7 525 124 64
Binary 11101100 11111 1011111 0 1010111 111100 111 101010101 1010100 110100

Color Harmonies of #EC1F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1F5F

Black with #EC1F5F

Text Example


Text Example

White with #EC1F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1F5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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