Html Css Color HEX #EB2073 Ruby

📋 copy color: '#EB2073'

red 235 ◦ green 32 ◦ blue 115

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

Shades of Ruby #EB2073

Tints of Ruby #EB2073

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.38%

 BLUE value IS 115 (45.31% from 255) = 30.1%

R = 61.52%
G = 8.38%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB2073 (or 0xEB2073) is known color: Ruby. HEX triplet: EB, 20 and 73. RGB value is (235,32,115). Sum of RGB (Red+Green+Blue) = 235+32+115=382 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.52% from 382); Green value is 32 (12.89% from 255 or 8.38% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2073 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2073 is #14DF8C. Grayscale: #666666. Windows color (decimal): -1367949 or 7545067. OLE color: 7545067.

HSL color Cylindrical-coordinate representation of color #EB2073: hue angle of 335.47º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB2073 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 32 115 -
CMYK 0 0.86 0.51 0.08
HSL 335.47º 0.84% 0.52% -
HSV(B) 335.47º 0.86% 0.92% -
XYZ 37.87 19.93 18.07 -
YUV 102.16 135.25 222.75 -
System Red Green Blue C M Y K H S L
Decimal 235 32 115 0 0.86 0.51 0.08 335.47 0.84 0.52
Hex EB 20 73 0 56 33 8 14F 54 34
Octal 353 40 163 0 126 63 10 517 124 64
Binary 11101011 100000 1110011 0 1010110 110011 1000 101001111 1010100 110100

Color Harmonies of #EB2073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2073

Black with #EB2073

Text Example


Text Example

White with #EB2073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2073; }

 p { color: rgb(235,32,115); }

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

background-color css

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

 a { background-color: rgb(235,32,115); }

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

border-color css

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

 span { border-color: rgb(235,32,115); }

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