Html Css Color HEX #EB205F Ruby

📋 copy color: '#EB205F'

red 235 ◦ green 32 ◦ blue 95

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

Shades of Ruby #EB205F

Tints of Ruby #EB205F

RGB

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

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

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

R = 64.92%
G = 8.84%
B = 26.24%

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

#EB205F (or 0xEB205F) is known color: Ruby. HEX triplet: EB, 20 and 5F. RGB value is (235,32,95). Sum of RGB (Red+Green+Blue) = 235+32+95=362 (47% of max value = 765). Red value is 235 (92.19% from 255 or 64.92% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 235 - color contains mainly: red. Hex color #EB205F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB205F is #14DFA0. Grayscale: #636363. Windows color (decimal): -1367969 or 6234347. OLE color: 6234347.

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

Color convert

RGB 235 32 95 -
CMYK 0 0.86 0.60 0.08
HSL 341.38º 0.84% 0.52% -
HSV(B) 341.38º 0.86% 0.92% -
XYZ 36.84 19.52 12.65 -
YUV 99.88 125.25 224.38 -
System Red Green Blue C M Y K H S L
Decimal 235 32 95 0 0.86 0.60 0.08 341.38 0.84 0.52
Hex EB 20 5F 0 56 3C 8 155 54 34
Octal 353 40 137 0 126 74 10 525 124 64
Binary 11101011 100000 1011111 0 1010110 111100 1000 101010101 1010100 110100

Color Harmonies of #EB205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB205F

Black with #EB205F

Text Example


Text Example

White with #EB205F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB205F; }

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

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

background-color css

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

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

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

border-color css

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

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

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