Html Css Color HEX #E6135C Ruby

📋 copy color: '#E6135C'

red 230 ◦ green 19 ◦ blue 92

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

Shades of Ruby #E6135C

Tints of Ruby #E6135C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.57%

 BLUE value IS 92 (36.33% from 255) = 26.98%

R = 67.45%
G = 5.57%
B = 26.98%

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

#E6135C (or 0xE6135C) is known color: Ruby. HEX triplet: E6, 13 and 5C. RGB value is (230,19,92). Sum of RGB (Red+Green+Blue) = 230+19+92=341 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.45% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 230 - color contains mainly: red. Hex color #E6135C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6135C is #19ECA3. Grayscale: #5A5A5A. Windows color (decimal): -1698980 or 6034406. OLE color: 6034406.

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

Color convert

RGB 230 19 92 -
CMYK 0 0.92 0.60 0.10
HSL 339.24º 0.85% 0.49% -
HSV(B) 339.24º 0.92% 0.9% -
XYZ 34.8 18.06 11.78 -
YUV 90.41 128.9 227.56 -
System Red Green Blue C M Y K H S L
Decimal 230 19 92 0 0.92 0.60 0.10 339.24 0.85 0.49
Hex E6 13 5C 0 5C 3C A 153 55 31
Octal 346 23 134 0 134 74 12 523 125 61
Binary 11100110 10011 1011100 0 1011100 111100 1010 101010011 1010101 110001

Color Harmonies of #E6135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6135C

Black with #E6135C

Text Example


Text Example

White with #E6135C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6135C; }

 p { color: rgb(230,19,92); }

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

background-color css

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

 a { background-color: rgb(230,19,92); }

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

border-color css

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

 span { border-color: rgb(230,19,92); }

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