Html Css Color HEX #EA2164 Ruby

📋 copy color: '#EA2164'

red 234 ◦ green 33 ◦ blue 100

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

Shades of Ruby #EA2164

Tints of Ruby #EA2164

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.99%

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

R = 63.76%
G = 8.99%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EA2164 (or 0xEA2164) is known color: Ruby. HEX triplet: EA, 21 and 64. RGB value is (234,33,100). Sum of RGB (Red+Green+Blue) = 234+33+100=367 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.76% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2164 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2164 is #15DE9B. Grayscale: #646464. Windows color (decimal): -1433244 or 6562282. OLE color: 6562282.

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

Color convert

RGB 234 33 100 -
CMYK 0 0.86 0.57 0.08
HSL 340º 0.83% 0.52% -
HSV(B) 340º 0.86% 0.92% -
XYZ 36.78 19.5 13.88 -
YUV 100.74 127.59 223.05 -
System Red Green Blue C M Y K H S L
Decimal 234 33 100 0 0.86 0.57 0.08 340 0.83 0.52
Hex EA 21 64 0 56 39 8 154 53 34
Octal 352 41 144 0 126 71 10 524 123 64
Binary 11101010 100001 1100100 0 1010110 111001 1000 101010100 1010011 110100

Color Harmonies of #EA2164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2164

Black with #EA2164

Text Example


Text Example

White with #EA2164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2164; }

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

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

background-color css

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

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

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

border-color css

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

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

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