Html Css Color HEX #EA2063 Ruby

📋 copy color: '#EA2063'

red 234 ◦ green 32 ◦ blue 99

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

Shades of Ruby #EA2063

Tints of Ruby #EA2063

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.77%

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

R = 64.11%
G = 8.77%
B = 27.12%

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

#EA2063 (or 0xEA2063) is known color: Ruby. HEX triplet: EA, 20 and 63. RGB value is (234,32,99). Sum of RGB (Red+Green+Blue) = 234+32+99=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2063 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2063 is #15DF9C. Grayscale: #636363. Windows color (decimal): -1433501 or 6496490. OLE color: 6496490.

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

Color convert

RGB 234 32 99 -
CMYK 0 0.86 0.58 0.08
HSL 340.1º 0.83% 0.52% -
HSV(B) 340.1º 0.86% 0.92% -
XYZ 36.7 19.43 13.62 -
YUV 100.04 127.42 223.55 -
System Red Green Blue C M Y K H S L
Decimal 234 32 99 0 0.86 0.58 0.08 340.1 0.83 0.52
Hex EA 20 63 0 56 3A 8 154 53 34
Octal 352 40 143 0 126 72 10 524 123 64
Binary 11101010 100000 1100011 0 1010110 111010 1000 101010100 1010011 110100

Color Harmonies of #EA2063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2063

Black with #EA2063

Text Example


Text Example

White with #EA2063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2063; }

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

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

background-color css

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

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

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

border-color css

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

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

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