Html Css Color HEX #EA2163 Ruby

📋 copy color: '#EA2163'

red 234 ◦ green 33 ◦ blue 99

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

Shades of Ruby #EA2163

Tints of Ruby #EA2163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.05%

R = 63.93%
G = 9.02%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EA2163 (or 0xEA2163) is known color: Ruby. HEX triplet: EA, 21 and 63. RGB value is (234,33,99). Sum of RGB (Red+Green+Blue) = 234+33+99=366 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.93% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2163 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2163 is #15DE9C. Grayscale: #646464. Windows color (decimal): -1433245 or 6496746. OLE color: 6496746.

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

Color convert

RGB 234 33 99 -
CMYK 0 0.86 0.58 0.08
HSL 340.3º 0.83% 0.52% -
HSV(B) 340.3º 0.86% 0.92% -
XYZ 36.73 19.48 13.63 -
YUV 100.62 127.09 223.13 -
System Red Green Blue C M Y K H S L
Decimal 234 33 99 0 0.86 0.58 0.08 340.3 0.83 0.52
Hex EA 21 63 0 56 3A 8 154 53 34
Octal 352 41 143 0 126 72 10 524 123 64
Binary 11101010 100001 1100011 0 1010110 111010 1000 101010100 1010011 110100

Color Harmonies of #EA2163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2163

Black with #EA2163

Text Example


Text Example

White with #EA2163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2163; }

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

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

background-color css

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

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

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

border-color css

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

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

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