Html Css Color HEX #EA1A64 Ruby

📋 copy color: '#EA1A64'

red 234 ◦ green 26 ◦ blue 100

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

Shades of Ruby #EA1A64

Tints of Ruby #EA1A64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.78%

R = 65%
G = 7.22%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EA1A64 (or 0xEA1A64) is known color: Ruby. HEX triplet: EA, 1A and 64. RGB value is (234,26,100). Sum of RGB (Red+Green+Blue) = 234+26+100=360 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65% from 360); Green value is 26 (10.55% from 255 or 7.22% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1A64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA1A64 is #15E59B. Grayscale: #606060. Windows color (decimal): -1435036 or 6560490. OLE color: 6560490.

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

Color convert

RGB 234 26 100 -
CMYK 0 0.89 0.57 0.08
HSL 338.65º 0.83% 0.51% -
HSV(B) 338.65º 0.89% 0.92% -
XYZ 36.6 19.15 13.82 -
YUV 96.63 129.91 225.98 -
System Red Green Blue C M Y K H S L
Decimal 234 26 100 0 0.89 0.57 0.08 338.65 0.83 0.51
Hex EA 1A 64 0 59 39 8 153 53 33
Octal 352 32 144 0 131 71 10 523 123 63
Binary 11101010 11010 1100100 0 1011001 111001 1000 101010011 1010011 110011

Color Harmonies of #EA1A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1A64

Black with #EA1A64

Text Example


Text Example

White with #EA1A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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