Html Css Color HEX #EA1E70 Ruby

📋 copy color: '#EA1E70'

red 234 ◦ green 30 ◦ blue 112

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

Shades of Ruby #EA1E70

Tints of Ruby #EA1E70

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.98%

 BLUE value IS 112 (44.14% from 255) = 29.79%

R = 62.23%
G = 7.98%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EA1E70 (or 0xEA1E70) is known color: Ruby. HEX triplet: EA, 1E and 70. RGB value is (234,30,112). Sum of RGB (Red+Green+Blue) = 234+30+112=376 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.23% from 376); Green value is 30 (12.11% from 255 or 7.98% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1E70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA1E70 is #15E18F. Grayscale: #646464. Windows color (decimal): -1434000 or 7347946. OLE color: 7347946.

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

Color convert

RGB 234 30 112 -
CMYK 0 0.87 0.52 0.08
HSL 335.88º 0.83% 0.52% -
HSV(B) 335.88º 0.87% 0.92% -
XYZ 37.32 19.59 17.14 -
YUV 100.34 134.59 223.33 -
System Red Green Blue C M Y K H S L
Decimal 234 30 112 0 0.87 0.52 0.08 335.88 0.83 0.52
Hex EA 1E 70 0 57 34 8 150 53 34
Octal 352 36 160 0 127 64 10 520 123 64
Binary 11101010 11110 1110000 0 1010111 110100 1000 101010000 1010011 110100

Color Harmonies of #EA1E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1E70

Black with #EA1E70

Text Example


Text Example

White with #EA1E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1E70; }

 p { color: rgb(234,30,112); }

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

background-color css

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

 a { background-color: rgb(234,30,112); }

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

border-color css

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

 span { border-color: rgb(234,30,112); }

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