Html Css Color HEX #EB0D72 Ruby

📋 copy color: '#EB0D72'

red 235 ◦ green 13 ◦ blue 114

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

Shades of Ruby #EB0D72

Tints of Ruby #EB0D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.49%

R = 64.92%
G = 3.59%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB0D72 (or 0xEB0D72) is known color: Ruby. HEX triplet: EB, 0D and 72. RGB value is (235,13,114). Sum of RGB (Red+Green+Blue) = 235+13+114=362 (47% of max value = 765). Red value is 235 (92.19% from 255 or 64.92% from 362); Green value is 13 (5.47% from 255 or 3.59% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0D72 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0D72 is #14F28D. Grayscale: #5A5A5A. Windows color (decimal): -1372814 or 7474667. OLE color: 7474667.

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

Color convert

RGB 235 13 114 -
CMYK 0 0.94 0.51 0.08
HSL 332.7º 0.9% 0.49% -
HSV(B) 332.7º 0.94% 0.92% -
XYZ 37.44 19.16 17.65 -
YUV 90.89 141.05 230.79 -
System Red Green Blue C M Y K H S L
Decimal 235 13 114 0 0.94 0.51 0.08 332.7 0.9 0.49
Hex EB D 72 0 5E 33 8 14D 5A 31
Octal 353 15 162 0 136 63 10 515 132 61
Binary 11101011 1101 1110010 0 1011110 110011 1000 101001101 1011010 110001

Color Harmonies of #EB0D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0D72

Black with #EB0D72

Text Example


Text Example

White with #EB0D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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