Html Css Color HEX #EC0C75 Ruby

📋 copy color: '#EC0C75'

red 236 ◦ green 12 ◦ blue 117

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

Shades of Ruby #EC0C75

Tints of Ruby #EC0C75

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.29%

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

R = 64.66%
G = 3.29%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC0C75 (or 0xEC0C75) is known color: Ruby. HEX triplet: EC, 0C and 75. RGB value is (236,12,117). Sum of RGB (Red+Green+Blue) = 236+12+117=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0C75 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0C75 is #13F38A. Grayscale: #5A5A5A. Windows color (decimal): -1307531 or 7671020. OLE color: 7671020.

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

Color convert

RGB 236 12 117 -
CMYK 0 0.95 0.50 0.07
HSL 331.88º 0.9% 0.49% -
HSV(B) 331.88º 0.95% 0.93% -
XYZ 37.93 19.38 18.57 -
YUV 90.95 142.71 231.46 -
System Red Green Blue C M Y K H S L
Decimal 236 12 117 0 0.95 0.50 0.07 331.88 0.9 0.49
Hex EC C 75 0 5F 32 7 14C 5A 31
Octal 354 14 165 0 137 62 7 514 132 61
Binary 11101100 1100 1110101 0 1011111 110010 111 101001100 1011010 110001

Color Harmonies of #EC0C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0C75

Black with #EC0C75

Text Example


Text Example

White with #EC0C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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