Html Css Color HEX #EA0B7A Ruby

📋 copy color: '#EA0B7A'

red 234 ◦ green 11 ◦ blue 122

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

Shades of Ruby #EA0B7A

Tints of Ruby #EA0B7A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3%

 BLUE value IS 122 (48.05% from 255) = 33.24%

R = 63.76%
G = 3%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA0B7A (or 0xEA0B7A) is known color: Ruby. HEX triplet: EA, 0B and 7A. RGB value is (234,11,122). Sum of RGB (Red+Green+Blue) = 234+11+122=367 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.76% from 367); Green value is 11 (4.69% from 255 or 3.00% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0B7A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0B7A is #15F485. Grayscale: #5A5A5A. Windows color (decimal): -1438854 or 7998442. OLE color: 7998442.

HSL color Cylindrical-coordinate representation of color #EA0B7A: hue angle of 330.13º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA0B7A is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 11 122 -
CMYK 0 0.95 0.48 0.08
HSL 330.13º 0.91% 0.48% -
HSV(B) 330.13º 0.95% 0.92% -
XYZ 37.56 19.14 20.13 -
YUV 90.33 145.88 230.47 -
System Red Green Blue C M Y K H S L
Decimal 234 11 122 0 0.95 0.48 0.08 330.13 0.91 0.48
Hex EA B 7A 0 5F 30 8 14A 5B 30
Octal 352 13 172 0 137 60 10 512 133 60
Binary 11101010 1011 1111010 0 1011111 110000 1000 101001010 1011011 110000

Color Harmonies of #EA0B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0B7A

Black with #EA0B7A

Text Example


Text Example

White with #EA0B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0B7A; }

 p { color: rgb(234,11,122); }

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

background-color css

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

 a { background-color: rgb(234,11,122); }

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

border-color css

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

 span { border-color: rgb(234,11,122); }

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