Html Css Color HEX #EA1669 Ruby

📋 copy color: '#EA1669'

red 234 ◦ green 22 ◦ blue 105

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

Shades of Ruby #EA1669

Tints of Ruby #EA1669

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.09%

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

R = 64.82%
G = 6.09%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EA1669 (or 0xEA1669) is known color: Ruby. HEX triplet: EA, 16 and 69. RGB value is (234,22,105). Sum of RGB (Red+Green+Blue) = 234+22+105=361 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.82% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1669 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1669 is #15E996. Grayscale: #5E5E5E. Windows color (decimal): -1436055 or 6887146. OLE color: 6887146.

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

Color convert

RGB 234 22 105 -
CMYK 0 0.91 0.55 0.08
HSL 336.51º 0.83% 0.5% -
HSV(B) 336.51º 0.91% 0.92% -
XYZ 36.77 19.09 15.11 -
YUV 94.85 133.74 227.25 -
System Red Green Blue C M Y K H S L
Decimal 234 22 105 0 0.91 0.55 0.08 336.51 0.83 0.5
Hex EA 16 69 0 5B 37 8 151 53 32
Octal 352 26 151 0 133 67 10 521 123 62
Binary 11101010 10110 1101001 0 1011011 110111 1000 101010001 1010011 110010

Color Harmonies of #EA1669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1669

Black with #EA1669

Text Example


Text Example

White with #EA1669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1669; }

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

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

background-color css

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

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

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

border-color css

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

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

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