Html Css Color HEX #EB205D Ruby

📋 copy color: '#EB205D'

red 235 ◦ green 32 ◦ blue 93

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

Shades of Ruby #EB205D

Tints of Ruby #EB205D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.83%

R = 65.28%
G = 8.89%
B = 25.83%

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

#EB205D (or 0xEB205D) is known color: Ruby. HEX triplet: EB, 20 and 5D. RGB value is (235,32,93). Sum of RGB (Red+Green+Blue) = 235+32+93=360 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.28% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 235 - color contains mainly: red. Hex color #EB205D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB205D is #14DFA2. Grayscale: #636363. Windows color (decimal): -1367971 or 6103275. OLE color: 6103275.

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

Color convert

RGB 235 32 93 -
CMYK 0 0.86 0.60 0.08
HSL 341.97º 0.84% 0.52% -
HSV(B) 341.97º 0.86% 0.92% -
XYZ 36.75 19.49 12.18 -
YUV 99.65 124.25 224.54 -
System Red Green Blue C M Y K H S L
Decimal 235 32 93 0 0.86 0.60 0.08 341.97 0.84 0.52
Hex EB 20 5D 0 56 3C 8 156 54 34
Octal 353 40 135 0 126 74 10 526 124 64
Binary 11101011 100000 1011101 0 1010110 111100 1000 101010110 1010100 110100

Color Harmonies of #EB205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB205D

Black with #EB205D

Text Example


Text Example

White with #EB205D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB205D; }

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

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

background-color css

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

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

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

border-color css

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

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

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