Html Css Color HEX #EA135E Ruby

📋 copy color: '#EA135E'

red 234 ◦ green 19 ◦ blue 94

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

Shades of Ruby #EA135E

Tints of Ruby #EA135E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.09%

R = 67.44%
G = 5.48%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA135E (or 0xEA135E) is known color: Ruby. HEX triplet: EA, 13 and 5E. RGB value is (234,19,94). Sum of RGB (Red+Green+Blue) = 234+19+94=347 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.44% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 234 - color contains mainly: red. Hex color #EA135E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA135E is #15ECA1. Grayscale: #5B5B5B. Windows color (decimal): -1436834 or 6165482. OLE color: 6165482.

HSL color Cylindrical-coordinate representation of color #EA135E: hue angle of 339.07º 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 #EA135E is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 19 94 -
CMYK 0 0.92 0.60 0.08
HSL 339.07º 0.85% 0.5% -
HSV(B) 339.07º 0.92% 0.92% -
XYZ 36.18 18.77 12.3 -
YUV 91.84 129.23 229.4 -
System Red Green Blue C M Y K H S L
Decimal 234 19 94 0 0.92 0.60 0.08 339.07 0.85 0.5
Hex EA 13 5E 0 5C 3C 8 153 55 32
Octal 352 23 136 0 134 74 10 523 125 62
Binary 11101010 10011 1011110 0 1011100 111100 1000 101010011 1010101 110010

Color Harmonies of #EA135E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA135E

Black with #EA135E

Text Example


Text Example

White with #EA135E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA135E; }

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

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

background-color css

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

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

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

border-color css

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

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

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