Html Css Color HEX #EA1764 Ruby

📋 copy color: '#EA1764'

red 234 ◦ green 23 ◦ blue 100

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

Shades of Ruby #EA1764

Tints of Ruby #EA1764

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.44%

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

R = 65.55%
G = 6.44%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EA1764 (or 0xEA1764) is known color: Ruby. HEX triplet: EA, 17 and 64. RGB value is (234,23,100). Sum of RGB (Red+Green+Blue) = 234+23+100=357 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.55% from 357); Green value is 23 (9.38% from 255 or 6.44% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1764 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1764 is #15E89B. Grayscale: #5E5E5E. Windows color (decimal): -1435804 or 6559722. OLE color: 6559722.

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

Color convert

RGB 234 23 100 -
CMYK 0 0.90 0.57 0.08
HSL 338.1º 0.83% 0.5% -
HSV(B) 338.1º 0.9% 0.92% -
XYZ 36.54 19.03 13.8 -
YUV 94.87 130.9 227.24 -
System Red Green Blue C M Y K H S L
Decimal 234 23 100 0 0.90 0.57 0.08 338.1 0.83 0.5
Hex EA 17 64 0 5A 39 8 152 53 32
Octal 352 27 144 0 132 71 10 522 123 62
Binary 11101010 10111 1100100 0 1011010 111001 1000 101010010 1010011 110010

Color Harmonies of #EA1764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1764

Black with #EA1764

Text Example


Text Example

White with #EA1764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1764; }

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

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

background-color css

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

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

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

border-color css

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

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

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