Html Css Color HEX #EB0B70 Ruby

📋 copy color: '#EB0B70'

red 235 ◦ green 11 ◦ blue 112

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

Shades of Ruby #EB0B70

Tints of Ruby #EB0B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.28%

R = 65.64%
G = 3.07%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EB0B70 (or 0xEB0B70) is known color: Ruby. HEX triplet: EB, 0B and 70. RGB value is (235,11,112). Sum of RGB (Red+Green+Blue) = 235+11+112=358 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.64% from 358); Green value is 11 (4.69% from 255 or 3.07% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0B70 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0B70 is #14F48F. Grayscale: #595959. Windows color (decimal): -1373328 or 7343083. OLE color: 7343083.

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

Color convert

RGB 235 11 112 -
CMYK 0 0.95 0.52 0.08
HSL 332.95º 0.91% 0.48% -
HSV(B) 332.95º 0.95% 0.92% -
XYZ 37.31 19.07 17.04 -
YUV 89.49 140.71 231.79 -
System Red Green Blue C M Y K H S L
Decimal 235 11 112 0 0.95 0.52 0.08 332.95 0.91 0.48
Hex EB B 70 0 5F 34 8 14D 5B 30
Octal 353 13 160 0 137 64 10 515 133 60
Binary 11101011 1011 1110000 0 1011111 110100 1000 101001101 1011011 110000

Color Harmonies of #EB0B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0B70

Black with #EB0B70

Text Example


Text Example

White with #EB0B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0B70; }

 p { color: rgb(235,11,112); }

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

background-color css

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

 a { background-color: rgb(235,11,112); }

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

border-color css

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

 span { border-color: rgb(235,11,112); }

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