Html Css Color HEX #EA1869 Ruby

📋 copy color: '#EA1869'

red 234 ◦ green 24 ◦ blue 105

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

Shades of Ruby #EA1869

Tints of Ruby #EA1869

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.61%

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

R = 64.46%
G = 6.61%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EA1869 (or 0xEA1869) is known color: Ruby. HEX triplet: EA, 18 and 69. RGB value is (234,24,105). Sum of RGB (Red+Green+Blue) = 234+24+105=363 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.46% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1869 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1869 is #15E796. Grayscale: #5F5F5F. Windows color (decimal): -1435543 or 6887658. OLE color: 6887658.

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

Color convert

RGB 234 24 105 -
CMYK 0 0.90 0.55 0.08
HSL 336.86º 0.83% 0.51% -
HSV(B) 336.86º 0.9% 0.92% -
XYZ 36.81 19.17 15.12 -
YUV 96.02 133.07 226.41 -
System Red Green Blue C M Y K H S L
Decimal 234 24 105 0 0.90 0.55 0.08 336.86 0.83 0.51
Hex EA 18 69 0 5A 37 8 151 53 33
Octal 352 30 151 0 132 67 10 521 123 63
Binary 11101010 11000 1101001 0 1011010 110111 1000 101010001 1010011 110011

Color Harmonies of #EA1869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1869

Black with #EA1869

Text Example


Text Example

White with #EA1869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1869; }

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

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

background-color css

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

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

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

border-color css

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

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

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