Html Css Color HEX #E6205F Ruby

📋 copy color: '#E6205F'

red 230 ◦ green 32 ◦ blue 95

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

Shades of Ruby #E6205F

Tints of Ruby #E6205F

RGB

 RED value IS 230 (90.23% from 255) = 64.43%

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

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

R = 64.43%
G = 8.96%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E6205F (or 0xE6205F) is known color: Ruby. HEX triplet: E6, 20 and 5F. RGB value is (230,32,95). Sum of RGB (Red+Green+Blue) = 230+32+95=357 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.43% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 230 - color contains mainly: red. Hex color #E6205F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6205F is #19DFA0. Grayscale: #626262. Windows color (decimal): -1695649 or 6234342. OLE color: 6234342.

HSL color Cylindrical-coordinate representation of color #E6205F: hue angle of 340.91º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E6205F is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 32 95 -
CMYK 0 0.86 0.59 0.10
HSL 340.91º 0.8% 0.51% -
HSV(B) 340.91º 0.86% 0.9% -
XYZ 35.22 18.68 12.58 -
YUV 98.38 126.1 221.88 -
System Red Green Blue C M Y K H S L
Decimal 230 32 95 0 0.86 0.59 0.10 340.91 0.8 0.51
Hex E6 20 5F 0 56 3B A 155 50 33
Octal 346 40 137 0 126 73 12 525 120 63
Binary 11100110 100000 1011111 0 1010110 111011 1010 101010101 1010000 110011

Color Harmonies of #E6205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6205F

Black with #E6205F

Text Example


Text Example

White with #E6205F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6205F; }

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

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

background-color css

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

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

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

border-color css

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

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

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