Html Css Color HEX #EC0975 Ruby

📋 copy color: '#EC0975'

red 236 ◦ green 9 ◦ blue 117

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

Shades of Ruby #EC0975

Tints of Ruby #EC0975

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.49%

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

R = 65.19%
G = 2.49%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC0975 (or 0xEC0975) is known color: Ruby. HEX triplet: EC, 09 and 75. RGB value is (236,9,117). Sum of RGB (Red+Green+Blue) = 236+9+117=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 9 (3.91% from 255 or 2.49% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0975 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0975 is #13F68A. Grayscale: #585858. Windows color (decimal): -1308299 or 7670252. OLE color: 7670252.

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

Color convert

RGB 236 9 117 -
CMYK 0 0.96 0.50 0.07
HSL 331.45º 0.93% 0.48% -
HSV(B) 331.45º 0.96% 0.93% -
XYZ 37.9 19.31 18.56 -
YUV 89.19 143.71 232.72 -
System Red Green Blue C M Y K H S L
Decimal 236 9 117 0 0.96 0.50 0.07 331.45 0.93 0.48
Hex EC 9 75 0 60 32 7 14B 5D 30
Octal 354 11 165 0 140 62 7 513 135 60
Binary 11101100 1001 1110101 0 1100000 110010 111 101001011 1011101 110000

Color Harmonies of #EC0975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0975

Black with #EC0975

Text Example


Text Example

White with #EC0975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0975; }

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

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

background-color css

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

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

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

border-color css

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

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

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