Html Css Color HEX #E6125D Ruby

📋 copy color: '#E6125D'

red 230 ◦ green 18 ◦ blue 93

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

Shades of Ruby #E6125D

Tints of Ruby #E6125D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.28%

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

R = 67.45%
G = 5.28%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6125D (or 0xE6125D) is known color: Ruby. HEX triplet: E6, 12 and 5D. RGB value is (230,18,93). Sum of RGB (Red+Green+Blue) = 230+18+93=341 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.45% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 230 - color contains mainly: red. Hex color #E6125D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6125D is #19EDA2. Grayscale: #595959. Windows color (decimal): -1699235 or 6099686. OLE color: 6099686.

HSL color Cylindrical-coordinate representation of color #E6125D: hue angle of 338.77º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E6125D is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 18 93 -
CMYK 0 0.92 0.60 0.10
HSL 338.77º 0.85% 0.49% -
HSV(B) 338.77º 0.92% 0.9% -
XYZ 34.83 18.05 12 -
YUV 89.94 129.74 227.9 -
System Red Green Blue C M Y K H S L
Decimal 230 18 93 0 0.92 0.60 0.10 338.77 0.85 0.49
Hex E6 12 5D 0 5C 3C A 153 55 31
Octal 346 22 135 0 134 74 12 523 125 61
Binary 11100110 10010 1011101 0 1011100 111100 1010 101010011 1010101 110001

Color Harmonies of #E6125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6125D

Black with #E6125D

Text Example


Text Example

White with #E6125D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6125D; }

 p { color: rgb(230,18,93); }

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

background-color css

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

 a { background-color: rgb(230,18,93); }

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

border-color css

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

 span { border-color: rgb(230,18,93); }

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