Html Css Color HEX #EA1262 Ruby

📋 copy color: '#EA1262'

red 234 ◦ green 18 ◦ blue 98

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

Shades of Ruby #EA1262

Tints of Ruby #EA1262

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.14%

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

R = 66.86%
G = 5.14%
B = 28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EA1262 (or 0xEA1262) is known color: Ruby. HEX triplet: EA, 12 and 62. RGB value is (234,18,98). Sum of RGB (Red+Green+Blue) = 234+18+98=350 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.86% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1262 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1262 is #15ED9D. Grayscale: #5B5B5B. Windows color (decimal): -1437086 or 6427370. OLE color: 6427370.

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

Color convert

RGB 234 18 98 -
CMYK 0 0.92 0.58 0.08
HSL 337.78º 0.86% 0.49% -
HSV(B) 337.78º 0.92% 0.92% -
XYZ 36.35 18.81 13.27 -
YUV 91.7 131.56 229.5 -
System Red Green Blue C M Y K H S L
Decimal 234 18 98 0 0.92 0.58 0.08 337.78 0.86 0.49
Hex EA 12 62 0 5C 3A 8 152 56 31
Octal 352 22 142 0 134 72 10 522 126 61
Binary 11101010 10010 1100010 0 1011100 111010 1000 101010010 1010110 110001

Color Harmonies of #EA1262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1262

Black with #EA1262

Text Example


Text Example

White with #EA1262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1262; }

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

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

background-color css

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

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

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

border-color css

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

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

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