Html Css Color HEX #EA1069 Ruby

📋 copy color: '#EA1069'

red 234 ◦ green 16 ◦ blue 105

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

Shades of Ruby #EA1069

Tints of Ruby #EA1069

RGB

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

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

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

R = 65.92%
G = 4.51%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EA1069 (or 0xEA1069) is known color: Ruby. HEX triplet: EA, 10 and 69. RGB value is (234,16,105). Sum of RGB (Red+Green+Blue) = 234+16+105=355 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.92% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1069 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1069 is #15EF96. Grayscale: #5B5B5B. Windows color (decimal): -1437591 or 6885610. OLE color: 6885610.

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

Color convert

RGB 234 16 105 -
CMYK 0 0.93 0.55 0.08
HSL 335.5º 0.87% 0.49% -
HSV(B) 335.5º 0.93% 0.92% -
XYZ 36.67 18.88 15.08 -
YUV 91.33 135.72 229.76 -
System Red Green Blue C M Y K H S L
Decimal 234 16 105 0 0.93 0.55 0.08 335.5 0.87 0.49
Hex EA 10 69 0 5D 37 8 150 57 31
Octal 352 20 151 0 135 67 10 520 127 61
Binary 11101010 10000 1101001 0 1011101 110111 1000 101010000 1010111 110001

Color Harmonies of #EA1069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1069

Black with #EA1069

Text Example


Text Example

White with #EA1069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1069; }

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

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

background-color css

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

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

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

border-color css

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

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

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