Html Css Color HEX #EC0F75 Ruby

📋 copy color: '#EC0F75'

red 236 ◦ green 15 ◦ blue 117

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

Shades of Ruby #EC0F75

Tints of Ruby #EC0F75

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.08%

 BLUE value IS 117 (46.09% from 255) = 31.79%

R = 64.13%
G = 4.08%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC0F75 (or 0xEC0F75) is known color: Ruby. HEX triplet: EC, 0F and 75. RGB value is (236,15,117). Sum of RGB (Red+Green+Blue) = 236+15+117=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F75 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0F75 is #13F08A. Grayscale: #5C5C5C. Windows color (decimal): -1306763 or 7671788. OLE color: 7671788.

HSL color Cylindrical-coordinate representation of color #EC0F75: hue angle of 332.31º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0F75 is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 15 117 -
CMYK 0 0.94 0.50 0.07
HSL 332.31º 0.88% 0.49% -
HSV(B) 332.31º 0.94% 0.93% -
XYZ 37.97 19.46 18.58 -
YUV 92.71 141.72 230.21 -
System Red Green Blue C M Y K H S L
Decimal 236 15 117 0 0.94 0.50 0.07 332.31 0.88 0.49
Hex EC F 75 0 5E 32 7 14C 58 31
Octal 354 17 165 0 136 62 7 514 130 61
Binary 11101100 1111 1110101 0 1011110 110010 111 101001100 1011000 110001

Color Harmonies of #EC0F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0F75

Black with #EC0F75

Text Example


Text Example

White with #EC0F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0F75; }

 p { color: rgb(236,15,117); }

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

background-color css

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

 a { background-color: rgb(236,15,117); }

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

border-color css

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

 span { border-color: rgb(236,15,117); }

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