Html Css Color HEX #EA1067 Ruby

📋 copy color: '#EA1067'

red 234 ◦ green 16 ◦ blue 103

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

Shades of Ruby #EA1067

Tints of Ruby #EA1067

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.53%

 BLUE value IS 103 (40.63% from 255) = 29.18%

R = 66.29%
G = 4.53%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EA1067 (or 0xEA1067) is known color: Ruby. HEX triplet: EA, 10 and 67. RGB value is (234,16,103). Sum of RGB (Red+Green+Blue) = 234+16+103=353 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.29% from 353); Green value is 16 (6.64% from 255 or 4.53% from 353); Blue value is 103 (40.62% from 255 or 29.18% from 353); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1067 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1067 is #15EF98. Grayscale: #5A5A5A. Windows color (decimal): -1437593 or 6754538. OLE color: 6754538.

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

Color convert

RGB 234 16 103 -
CMYK 0 0.93 0.56 0.08
HSL 336.06º 0.87% 0.49% -
HSV(B) 336.06º 0.93% 0.92% -
XYZ 36.57 18.84 14.54 -
YUV 91.1 134.72 229.93 -
System Red Green Blue C M Y K H S L
Decimal 234 16 103 0 0.93 0.56 0.08 336.06 0.87 0.49
Hex EA 10 67 0 5D 38 8 150 57 31
Octal 352 20 147 0 135 70 10 520 127 61
Binary 11101010 10000 1100111 0 1011101 111000 1000 101010000 1010111 110001

Color Harmonies of #EA1067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1067

Black with #EA1067

Text Example


Text Example

White with #EA1067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1067; }

 p { color: rgb(234,16,103); }

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

background-color css

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

 a { background-color: rgb(234,16,103); }

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

border-color css

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

 span { border-color: rgb(234,16,103); }

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