Html Css Color HEX #EC067A Ruby

📋 copy color: '#EC067A'

red 236 ◦ green 6 ◦ blue 122

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

Shades of Ruby #EC067A

Tints of Ruby #EC067A

RGB

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

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

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

R = 64.84%
G = 1.65%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC067A (or 0xEC067A) is known color: Ruby. HEX triplet: EC, 06 and 7A. RGB value is (236,6,122). Sum of RGB (Red+Green+Blue) = 236+6+122=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 6 (2.73% from 255 or 1.65% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC067A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC067A is #13F985. Grayscale: #575757. Windows color (decimal): -1309062 or 7997164. OLE color: 7997164.

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

Color convert

RGB 236 6 122 -
CMYK 0 0.97 0.48 0.07
HSL 329.74º 0.95% 0.47% -
HSV(B) 329.74º 0.97% 0.93% -
XYZ 38.17 19.37 20.14 -
YUV 87.99 147.2 233.57 -
System Red Green Blue C M Y K H S L
Decimal 236 6 122 0 0.97 0.48 0.07 329.74 0.95 0.47
Hex EC 6 7A 0 61 30 7 14A 5F 2F
Octal 354 6 172 0 141 60 7 512 137 57
Binary 11101100 110 1111010 0 1100001 110000 111 101001010 1011111 101111

Color Harmonies of #EC067A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC067A

Black with #EC067A

Text Example


Text Example

White with #EC067A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC067A; }

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

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

background-color css

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

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

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

border-color css

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

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

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