Html Css Color HEX #EA1462 Ruby

📋 copy color: '#EA1462'

red 234 ◦ green 20 ◦ blue 98

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

Shades of Ruby #EA1462

Tints of Ruby #EA1462

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.68%

 BLUE value IS 98 (38.67% from 255) = 27.84%

R = 66.48%
G = 5.68%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EA1462 (or 0xEA1462) is known color: Ruby. HEX triplet: EA, 14 and 62. RGB value is (234,20,98). Sum of RGB (Red+Green+Blue) = 234+20+98=352 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.48% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1462 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1462 is #15EB9D. Grayscale: #5C5C5C. Windows color (decimal): -1436574 or 6427882. OLE color: 6427882.

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

Color convert

RGB 234 20 98 -
CMYK 0 0.91 0.58 0.08
HSL 338.13º 0.84% 0.5% -
HSV(B) 338.13º 0.91% 0.92% -
XYZ 36.39 18.87 13.28 -
YUV 92.88 130.9 228.66 -
System Red Green Blue C M Y K H S L
Decimal 234 20 98 0 0.91 0.58 0.08 338.13 0.84 0.5
Hex EA 14 62 0 5B 3A 8 152 54 32
Octal 352 24 142 0 133 72 10 522 124 62
Binary 11101010 10100 1100010 0 1011011 111010 1000 101010010 1010100 110010

Color Harmonies of #EA1462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1462

Black with #EA1462

Text Example


Text Example

White with #EA1462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1462; }

 p { color: rgb(234,20,98); }

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

background-color css

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

 a { background-color: rgb(234,20,98); }

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

border-color css

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

 span { border-color: rgb(234,20,98); }

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