Html Css Color HEX #EA1A6C Ruby

📋 copy color: '#EA1A6C'

red 234 ◦ green 26 ◦ blue 108

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

Shades of Ruby #EA1A6C

Tints of Ruby #EA1A6C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.07%

 BLUE value IS 108 (42.58% from 255) = 29.35%

R = 63.59%
G = 7.07%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EA1A6C (or 0xEA1A6C) is known color: Ruby. HEX triplet: EA, 1A and 6C. RGB value is (234,26,108). Sum of RGB (Red+Green+Blue) = 234+26+108=368 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.59% from 368); Green value is 26 (10.55% from 255 or 7.07% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1A6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA1A6C is #15E593. Grayscale: #616161. Windows color (decimal): -1435028 or 7084778. OLE color: 7084778.

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

Color convert

RGB 234 26 108 -
CMYK 0 0.89 0.54 0.08
HSL 336.35º 0.83% 0.51% -
HSV(B) 336.35º 0.89% 0.92% -
XYZ 37.01 19.31 15.96 -
YUV 97.54 133.91 225.33 -
System Red Green Blue C M Y K H S L
Decimal 234 26 108 0 0.89 0.54 0.08 336.35 0.83 0.51
Hex EA 1A 6C 0 59 36 8 150 53 33
Octal 352 32 154 0 131 66 10 520 123 63
Binary 11101010 11010 1101100 0 1011001 110110 1000 101010000 1010011 110011

Color Harmonies of #EA1A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1A6C

Black with #EA1A6C

Text Example


Text Example

White with #EA1A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1A6C; }

 p { color: rgb(234,26,108); }

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

background-color css

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

 a { background-color: rgb(234,26,108); }

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

border-color css

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

 span { border-color: rgb(234,26,108); }

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