Html Css Color HEX #EB205E Ruby

📋 copy color: '#EB205E'

red 235 ◦ green 32 ◦ blue 94

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

Shades of Ruby #EB205E

Tints of Ruby #EB205E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.04%

R = 65.1%
G = 8.86%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#EB205E (or 0xEB205E) is known color: Ruby. HEX triplet: EB, 20 and 5E. RGB value is (235,32,94). Sum of RGB (Red+Green+Blue) = 235+32+94=361 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.10% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 235 - color contains mainly: red. Hex color #EB205E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB205E is #14DFA1. Grayscale: #636363. Windows color (decimal): -1367970 or 6168811. OLE color: 6168811.

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

Color convert

RGB 235 32 94 -
CMYK 0 0.86 0.6 0.08
HSL 341.67º 0.84% 0.52% -
HSV(B) 341.67º 0.86% 0.92% -
XYZ 36.8 19.5 12.41 -
YUV 99.77 124.75 224.46 -
System Red Green Blue C M Y K H S L
Decimal 235 32 94 0 0.86 0.6 0.08 341.67 0.84 0.52
Hex EB 20 5E 0 56 3C 8 156 54 34
Octal 353 40 136 0 126 74 10 526 124 64
Binary 11101011 100000 1011110 0 1010110 111100 1000 101010110 1010100 110100

Color Harmonies of #EB205E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB205E

Black with #EB205E

Text Example


Text Example

White with #EB205E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB205E; }

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

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

background-color css

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

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

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

border-color css

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

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

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