Html Css Color HEX #EC0678 Ruby

📋 copy color: '#EC0678'

red 236 ◦ green 6 ◦ blue 120

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

Shades of Ruby #EC0678

Tints of Ruby #EC0678

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.66%

 BLUE value IS 120 (47.27% from 255) = 33.15%

R = 65.19%
G = 1.66%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC0678 (or 0xEC0678) is known color: Ruby. HEX triplet: EC, 06 and 78. RGB value is (236,6,120). Sum of RGB (Red+Green+Blue) = 236+6+120=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 6 (2.73% from 255 or 1.66% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0678 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0678 is #13F987. Grayscale: #575757. Windows color (decimal): -1309064 or 7866092. OLE color: 7866092.

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

Color convert

RGB 236 6 120 -
CMYK 0 0.97 0.49 0.07
HSL 330.26º 0.95% 0.47% -
HSV(B) 330.26º 0.97% 0.93% -
XYZ 38.05 19.32 19.49 -
YUV 87.77 146.2 233.73 -
System Red Green Blue C M Y K H S L
Decimal 236 6 120 0 0.97 0.49 0.07 330.26 0.95 0.47
Hex EC 6 78 0 61 31 7 14A 5F 2F
Octal 354 6 170 0 141 61 7 512 137 57
Binary 11101100 110 1111000 0 1100001 110001 111 101001010 1011111 101111

Color Harmonies of #EC0678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0678

Black with #EC0678

Text Example


Text Example

White with #EC0678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0678; }

 p { color: rgb(236,6,120); }

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

background-color css

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

 a { background-color: rgb(236,6,120); }

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

border-color css

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

 span { border-color: rgb(236,6,120); }

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