Html Css Color HEX #EB0D7A Ruby

📋 copy color: '#EB0D7A'

red 235 ◦ green 13 ◦ blue 122

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

Shades of Ruby #EB0D7A

Tints of Ruby #EB0D7A

RGB

 RED value IS 235 (92.19% from 255) = 63.51%

 GREEN value IS 13 (5.47% from 255) = 3.51%

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

R = 63.51%
G = 3.51%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB0D7A (or 0xEB0D7A) is known color: Ruby. HEX triplet: EB, 0D and 7A. RGB value is (235,13,122). Sum of RGB (Red+Green+Blue) = 235+13+122=370 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.51% from 370); Green value is 13 (5.47% from 255 or 3.51% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0D7A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0D7A is #14F285. Grayscale: #5B5B5B. Windows color (decimal): -1372806 or 7998955. OLE color: 7998955.

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

Color convert

RGB 235 13 122 -
CMYK 0 0.94 0.48 0.08
HSL 330.54º 0.9% 0.49% -
HSV(B) 330.54º 0.94% 0.92% -
XYZ 37.92 19.36 20.15 -
YUV 91.8 145.05 230.14 -
System Red Green Blue C M Y K H S L
Decimal 235 13 122 0 0.94 0.48 0.08 330.54 0.9 0.49
Hex EB D 7A 0 5E 30 8 14B 5A 31
Octal 353 15 172 0 136 60 10 513 132 61
Binary 11101011 1101 1111010 0 1011110 110000 1000 101001011 1011010 110001

Color Harmonies of #EB0D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0D7A

Black with #EB0D7A

Text Example


Text Example

White with #EB0D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0D7A; }

 p { color: rgb(235,13,122); }

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

background-color css

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

 a { background-color: rgb(235,13,122); }

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

border-color css

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

 span { border-color: rgb(235,13,122); }

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