Html Css Color HEX #EC187A Ruby

📋 copy color: '#EC187A'

red 236 ◦ green 24 ◦ blue 122

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

Shades of Ruby #EC187A

Tints of Ruby #EC187A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.28%

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

R = 61.78%
G = 6.28%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC187A (or 0xEC187A) is known color: Ruby. HEX triplet: EC, 18 and 7A. RGB value is (236,24,122). Sum of RGB (Red+Green+Blue) = 236+24+122=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC187A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC187A is #13E785. Grayscale: #626262. Windows color (decimal): -1304454 or 8001772. OLE color: 8001772.

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

Color convert

RGB 236 24 122 -
CMYK 0 0.90 0.48 0.07
HSL 332.26º 0.85% 0.51% -
HSV(B) 332.26º 0.9% 0.93% -
XYZ 38.43 19.89 20.23 -
YUV 98.56 141.24 226.03 -
System Red Green Blue C M Y K H S L
Decimal 236 24 122 0 0.90 0.48 0.07 332.26 0.85 0.51
Hex EC 18 7A 0 5A 30 7 14C 55 33
Octal 354 30 172 0 132 60 7 514 125 63
Binary 11101100 11000 1111010 0 1011010 110000 111 101001100 1010101 110011

Color Harmonies of #EC187A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC187A

Black with #EC187A

Text Example


Text Example

White with #EC187A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC187A; }

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

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

background-color css

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

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

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

border-color css

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

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

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