Html Css Color HEX #EC0F7A Ruby

📋 copy color: '#EC0F7A'

red 236 ◦ green 15 ◦ blue 122

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

Shades of Ruby #EC0F7A

Tints of Ruby #EC0F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.71%

R = 63.27%
G = 4.02%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC0F7A (or 0xEC0F7A) is known color: Ruby. HEX triplet: EC, 0F and 7A. RGB value is (236,15,122). Sum of RGB (Red+Green+Blue) = 236+15+122=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 15 (6.25% from 255 or 4.02% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F7A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0F7A is #13F085. Grayscale: #5D5D5D. Windows color (decimal): -1306758 or 7999468. OLE color: 7999468.

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

Color convert

RGB 236 15 122 -
CMYK 0 0.94 0.48 0.07
HSL 330.95º 0.88% 0.49% -
HSV(B) 330.95º 0.94% 0.93% -
XYZ 38.28 19.58 20.17 -
YUV 93.28 144.22 229.8 -
System Red Green Blue C M Y K H S L
Decimal 236 15 122 0 0.94 0.48 0.07 330.95 0.88 0.49
Hex EC F 7A 0 5E 30 7 14B 58 31
Octal 354 17 172 0 136 60 7 513 130 61
Binary 11101100 1111 1111010 0 1011110 110000 111 101001011 1011000 110001

Color Harmonies of #EC0F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0F7A

Black with #EC0F7A

Text Example


Text Example

White with #EC0F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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