Html Css Color HEX #EC0F66 Ruby

📋 copy color: '#EC0F66'

red 236 ◦ green 15 ◦ blue 102

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

Shades of Ruby #EC0F66

Tints of Ruby #EC0F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.9%

R = 66.86%
G = 4.25%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EC0F66 (or 0xEC0F66) is known color: Ruby. HEX triplet: EC, 0F and 66. RGB value is (236,15,102). Sum of RGB (Red+Green+Blue) = 236+15+102=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 102 (40.23% from 255 or 28.90% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F66 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0F66 is #13F099. Grayscale: #5A5A5A. Windows color (decimal): -1306778 or 6688748. OLE color: 6688748.

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

Color convert

RGB 236 15 102 -
CMYK 0 0.94 0.57 0.07
HSL 336.38º 0.88% 0.49% -
HSV(B) 336.38º 0.94% 0.93% -
XYZ 37.16 19.13 14.3 -
YUV 91 134.22 231.43 -
System Red Green Blue C M Y K H S L
Decimal 236 15 102 0 0.94 0.57 0.07 336.38 0.88 0.49
Hex EC F 66 0 5E 39 7 150 58 31
Octal 354 17 146 0 136 71 7 520 130 61
Binary 11101100 1111 1100110 0 1011110 111001 111 101010000 1011000 110001

Color Harmonies of #EC0F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0F66

Black with #EC0F66

Text Example


Text Example

White with #EC0F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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