Html Css Color HEX #EA136E Ruby

📋 copy color: '#EA136E'

red 234 ◦ green 19 ◦ blue 110

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

Shades of Ruby #EA136E

Tints of Ruby #EA136E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.23%

 BLUE value IS 110 (43.36% from 255) = 30.3%

R = 64.46%
G = 5.23%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EA136E (or 0xEA136E) is known color: Ruby. HEX triplet: EA, 13 and 6E. RGB value is (234,19,110). Sum of RGB (Red+Green+Blue) = 234+19+110=363 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.46% from 363); Green value is 19 (7.81% from 255 or 5.23% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 234 - color contains mainly: red. Hex color #EA136E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA136E is #15EC91. Grayscale: #5D5D5D. Windows color (decimal): -1436818 or 7214058. OLE color: 7214058.

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

Color convert

RGB 234 19 110 -
CMYK 0 0.92 0.53 0.08
HSL 334.6º 0.85% 0.5% -
HSV(B) 334.6º 0.92% 0.92% -
XYZ 36.98 19.08 16.49 -
YUV 93.66 137.23 228.1 -
System Red Green Blue C M Y K H S L
Decimal 234 19 110 0 0.92 0.53 0.08 334.6 0.85 0.5
Hex EA 13 6E 0 5C 35 8 14F 55 32
Octal 352 23 156 0 134 65 10 517 125 62
Binary 11101010 10011 1101110 0 1011100 110101 1000 101001111 1010101 110010

Color Harmonies of #EA136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA136E

Black with #EA136E

Text Example


Text Example

White with #EA136E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA136E; }

 p { color: rgb(234,19,110); }

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

background-color css

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

 a { background-color: rgb(234,19,110); }

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

border-color css

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

 span { border-color: rgb(234,19,110); }

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