Html Css Color HEX #EA1969 Ruby

📋 copy color: '#EA1969'

red 234 ◦ green 25 ◦ blue 105

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

Shades of Ruby #EA1969

Tints of Ruby #EA1969

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.87%

 BLUE value IS 105 (41.41% from 255) = 28.85%

R = 64.29%
G = 6.87%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EA1969 (or 0xEA1969) is known color: Ruby. HEX triplet: EA, 19 and 69. RGB value is (234,25,105). Sum of RGB (Red+Green+Blue) = 234+25+105=364 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.29% from 364); Green value is 25 (10.16% from 255 or 6.87% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1969 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1969 is #15E696. Grayscale: #606060. Windows color (decimal): -1435287 or 6887914. OLE color: 6887914.

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

Color convert

RGB 234 25 105 -
CMYK 0 0.89 0.55 0.08
HSL 337.03º 0.83% 0.51% -
HSV(B) 337.03º 0.89% 0.92% -
XYZ 36.83 19.21 15.13 -
YUV 96.61 132.74 226 -
System Red Green Blue C M Y K H S L
Decimal 234 25 105 0 0.89 0.55 0.08 337.03 0.83 0.51
Hex EA 19 69 0 59 37 8 151 53 33
Octal 352 31 151 0 131 67 10 521 123 63
Binary 11101010 11001 1101001 0 1011001 110111 1000 101010001 1010011 110011

Color Harmonies of #EA1969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1969

Black with #EA1969

Text Example


Text Example

White with #EA1969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1969; }

 p { color: rgb(234,25,105); }

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

background-color css

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

 a { background-color: rgb(234,25,105); }

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

border-color css

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

 span { border-color: rgb(234,25,105); }

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