Html Css Color HEX #EB0F7A Ruby

📋 copy color: '#EB0F7A'

red 235 ◦ green 15 ◦ blue 122

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

Shades of Ruby #EB0F7A

Tints of Ruby #EB0F7A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.03%

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

R = 63.17%
G = 4.03%
B = 32.8%

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

#EB0F7A (or 0xEB0F7A) is known color: Ruby. HEX triplet: EB, 0F and 7A. RGB value is (235,15,122). Sum of RGB (Red+Green+Blue) = 235+15+122=372 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.17% from 372); Green value is 15 (6.25% from 255 or 4.03% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0F7A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0F7A is #14F085. Grayscale: #5C5C5C. Windows color (decimal): -1372294 or 7999467. OLE color: 7999467.

HSL color Cylindrical-coordinate representation of color #EB0F7A: hue angle of 330.82º degrees, saturation: 0.88, 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 #EB0F7A is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 15 122 -
CMYK 0 0.94 0.48 0.08
HSL 330.82º 0.88% 0.49% -
HSV(B) 330.82º 0.94% 0.92% -
XYZ 37.94 19.41 20.16 -
YUV 92.98 144.39 229.3 -
System Red Green Blue C M Y K H S L
Decimal 235 15 122 0 0.94 0.48 0.08 330.82 0.88 0.49
Hex EB F 7A 0 5E 30 8 14B 58 31
Octal 353 17 172 0 136 60 10 513 130 61
Binary 11101011 1111 1111010 0 1011110 110000 1000 101001011 1011000 110001

Color Harmonies of #EB0F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0F7A

Black with #EB0F7A

Text Example


Text Example

White with #EB0F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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