Html Css Color HEX #EB1953 Ruby

📋 copy color: '#EB1953'

red 235 ◦ green 25 ◦ blue 83

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

Shades of Ruby #EB1953

Tints of Ruby #EB1953

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.29%

 BLUE value IS 83 (32.81% from 255) = 24.2%

R = 68.51%
G = 7.29%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EB1953 (or 0xEB1953) is known color: Ruby. HEX triplet: EB, 19 and 53. RGB value is (235,25,83). Sum of RGB (Red+Green+Blue) = 235+25+83=343 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.51% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1953 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB1953 is #14E6AC. Grayscale: #5E5E5E. Windows color (decimal): -1369773 or 5446123. OLE color: 5446123.

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

Color convert

RGB 235 25 83 -
CMYK 0 0.89 0.65 0.08
HSL 343.43º 0.84% 0.51% -
HSV(B) 343.43º 0.89% 0.92% -
XYZ 36.17 18.98 9.94 -
YUV 94.4 121.57 228.28 -
System Red Green Blue C M Y K H S L
Decimal 235 25 83 0 0.89 0.65 0.08 343.43 0.84 0.51
Hex EB 19 53 0 59 41 8 157 54 33
Octal 353 31 123 0 131 101 10 527 124 63
Binary 11101011 11001 1010011 0 1011001 1000001 1000 101010111 1010100 110011

Color Harmonies of #EB1953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1953

Black with #EB1953

Text Example


Text Example

White with #EB1953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1953; }

 p { color: rgb(235,25,83); }

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

background-color css

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

 a { background-color: rgb(235,25,83); }

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

border-color css

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

 span { border-color: rgb(235,25,83); }

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