Html Css Color HEX #EB215F Ruby

📋 copy color: '#EB215F'

red 235 ◦ green 33 ◦ blue 95

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

Shades of Ruby #EB215F

Tints of Ruby #EB215F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.09%

 BLUE value IS 95 (37.5% from 255) = 26.17%

R = 64.74%
G = 9.09%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EB215F (or 0xEB215F) is known color: Ruby. HEX triplet: EB, 21 and 5F. RGB value is (235,33,95). Sum of RGB (Red+Green+Blue) = 235+33+95=363 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.74% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 235 - color contains mainly: red. Hex color #EB215F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB215F is #14DEA0. Grayscale: #646464. Windows color (decimal): -1367713 or 6234603. OLE color: 6234603.

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

Color convert

RGB 235 33 95 -
CMYK 0 0.86 0.60 0.08
HSL 341.58º 0.83% 0.53% -
HSV(B) 341.58º 0.86% 0.92% -
XYZ 36.87 19.58 12.66 -
YUV 100.47 124.92 223.96 -
System Red Green Blue C M Y K H S L
Decimal 235 33 95 0 0.86 0.60 0.08 341.58 0.83 0.53
Hex EB 21 5F 0 56 3C 8 156 53 35
Octal 353 41 137 0 126 74 10 526 123 65
Binary 11101011 100001 1011111 0 1010110 111100 1000 101010110 1010011 110101

Color Harmonies of #EB215F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB215F

Black with #EB215F

Text Example


Text Example

White with #EB215F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB215F; }

 p { color: rgb(235,33,95); }

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

background-color css

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

 a { background-color: rgb(235,33,95); }

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

border-color css

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

 span { border-color: rgb(235,33,95); }

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