Html Css Color HEX #EA196A Ruby

📋 copy color: '#EA196A'

red 234 ◦ green 25 ◦ blue 106

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

Shades of Ruby #EA196A

Tints of Ruby #EA196A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.85%

 BLUE value IS 106 (41.8% from 255) = 29.04%

R = 64.11%
G = 6.85%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EA196A (or 0xEA196A) is known color: Ruby. HEX triplet: EA, 19 and 6A. RGB value is (234,25,106). Sum of RGB (Red+Green+Blue) = 234+25+106=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA196A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA196A is #15E695. Grayscale: #606060. Windows color (decimal): -1435286 or 6953450. OLE color: 6953450.

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

Color convert

RGB 234 25 106 -
CMYK 0 0.89 0.55 0.08
HSL 336.75º 0.83% 0.51% -
HSV(B) 336.75º 0.89% 0.92% -
XYZ 36.88 19.23 15.4 -
YUV 96.73 133.24 225.91 -
System Red Green Blue C M Y K H S L
Decimal 234 25 106 0 0.89 0.55 0.08 336.75 0.83 0.51
Hex EA 19 6A 0 59 37 8 151 53 33
Octal 352 31 152 0 131 67 10 521 123 63
Binary 11101010 11001 1101010 0 1011001 110111 1000 101010001 1010011 110011

Color Harmonies of #EA196A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA196A

Black with #EA196A

Text Example


Text Example

White with #EA196A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA196A; }

 p { color: rgb(234,25,106); }

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

background-color css

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

 a { background-color: rgb(234,25,106); }

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

border-color css

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

 span { border-color: rgb(234,25,106); }

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