Html Css Color HEX #EA156C Ruby

📋 copy color: '#EA156C'

red 234 ◦ green 21 ◦ blue 108

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

Shades of Ruby #EA156C

Tints of Ruby #EA156C

RGB

 RED value IS 234 (91.8% from 255) = 64.46%

 GREEN value IS 21 (8.59% from 255) = 5.79%

 BLUE value IS 108 (42.58% from 255) = 29.75%

R = 64.46%
G = 5.79%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EA156C (or 0xEA156C) is known color: Ruby. HEX triplet: EA, 15 and 6C. RGB value is (234,21,108). Sum of RGB (Red+Green+Blue) = 234+21+108=363 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.46% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 234 - color contains mainly: red. Hex color #EA156C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA156C is #15EA93. Grayscale: #5E5E5E. Windows color (decimal): -1436308 or 7083498. OLE color: 7083498.

HSL color Cylindrical-coordinate representation of color #EA156C: hue angle of 335.49º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA156C is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 21 108 -
CMYK 0 0.91 0.54 0.08
HSL 335.49º 0.84% 0.5% -
HSV(B) 335.49º 0.91% 0.92% -
XYZ 36.91 19.11 15.93 -
YUV 94.61 135.57 227.43 -
System Red Green Blue C M Y K H S L
Decimal 234 21 108 0 0.91 0.54 0.08 335.49 0.84 0.5
Hex EA 15 6C 0 5B 36 8 14F 54 32
Octal 352 25 154 0 133 66 10 517 124 62
Binary 11101010 10101 1101100 0 1011011 110110 1000 101001111 1010100 110010

Color Harmonies of #EA156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA156C

Black with #EA156C

Text Example


Text Example

White with #EA156C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA156C; }

 p { color: rgb(234,21,108); }

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

background-color css

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

 a { background-color: rgb(234,21,108); }

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

border-color css

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

 span { border-color: rgb(234,21,108); }

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