Html Css Color HEX #EA1572 Ruby

📋 copy color: '#EA1572'

red 234 ◦ green 21 ◦ blue 114

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

Shades of Ruby #EA1572

Tints of Ruby #EA1572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.89%

R = 63.41%
G = 5.69%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EA1572 (or 0xEA1572) is known color: Ruby. HEX triplet: EA, 15 and 72. RGB value is (234,21,114). Sum of RGB (Red+Green+Blue) = 234+21+114=369 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.41% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1572 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1572 is #15EA8D. Grayscale: #5F5F5F. Windows color (decimal): -1436302 or 7476714. OLE color: 7476714.

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

Color convert

RGB 234 21 114 -
CMYK 0 0.91 0.51 0.08
HSL 333.8º 0.84% 0.5% -
HSV(B) 333.8º 0.91% 0.92% -
XYZ 37.24 19.24 17.67 -
YUV 95.29 138.57 226.94 -
System Red Green Blue C M Y K H S L
Decimal 234 21 114 0 0.91 0.51 0.08 333.8 0.84 0.5
Hex EA 15 72 0 5B 33 8 14E 54 32
Octal 352 25 162 0 133 63 10 516 124 62
Binary 11101010 10101 1110010 0 1011011 110011 1000 101001110 1010100 110010

Color Harmonies of #EA1572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1572

Black with #EA1572

Text Example


Text Example

White with #EA1572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1572; }

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

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

background-color css

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

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

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

border-color css

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

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

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