Html Css Color HEX #EC165A Ruby

📋 copy color: '#EC165A'

red 236 ◦ green 22 ◦ blue 90

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

Shades of Ruby #EC165A

Tints of Ruby #EC165A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.32%

 BLUE value IS 90 (35.55% from 255) = 25.86%

R = 67.82%
G = 6.32%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC165A (or 0xEC165A) is known color: Ruby. HEX triplet: EC, 16 and 5A. RGB value is (236,22,90). Sum of RGB (Red+Green+Blue) = 236+22+90=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC165A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC165A is #13E9A5. Grayscale: #5D5D5D. Windows color (decimal): -1304998 or 5904108. OLE color: 5904108.

HSL color Cylindrical-coordinate representation of color #EC165A: hue angle of 340.93º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC165A is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 22 90 -
CMYK 0 0.91 0.62 0.07
HSL 340.93º 0.85% 0.51% -
HSV(B) 340.93º 0.91% 0.93% -
XYZ 36.72 19.14 11.43 -
YUV 93.74 125.9 229.47 -
System Red Green Blue C M Y K H S L
Decimal 236 22 90 0 0.91 0.62 0.07 340.93 0.85 0.51
Hex EC 16 5A 0 5B 3E 7 155 55 33
Octal 354 26 132 0 133 76 7 525 125 63
Binary 11101100 10110 1011010 0 1011011 111110 111 101010101 1010101 110011

Color Harmonies of #EC165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC165A

Black with #EC165A

Text Example


Text Example

White with #EC165A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC165A; }

 p { color: rgb(236,22,90); }

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

background-color css

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

 a { background-color: rgb(236,22,90); }

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

border-color css

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

 span { border-color: rgb(236,22,90); }

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