Html Css Color HEX #E6146E Ruby

📋 copy color: '#E6146E'

red 230 ◦ green 20 ◦ blue 110

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

Shades of Ruby #E6146E

Tints of Ruby #E6146E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.56%

 BLUE value IS 110 (43.36% from 255) = 30.56%

R = 63.89%
G = 5.56%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E6146E (or 0xE6146E) is known color: Ruby. HEX triplet: E6, 14 and 6E. RGB value is (230,20,110). Sum of RGB (Red+Green+Blue) = 230+20+110=360 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.89% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 230 - color contains mainly: red. Hex color #E6146E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6146E is #19EB91. Grayscale: #5C5C5C. Windows color (decimal): -1698706 or 7214310. OLE color: 7214310.

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

Color convert

RGB 230 20 110 -
CMYK 0 0.91 0.52 0.10
HSL 334.29º 0.84% 0.49% -
HSV(B) 334.29º 0.91% 0.9% -
XYZ 35.7 18.45 16.43 -
YUV 93.05 137.57 225.68 -
System Red Green Blue C M Y K H S L
Decimal 230 20 110 0 0.91 0.52 0.10 334.29 0.84 0.49
Hex E6 14 6E 0 5B 34 A 14E 54 31
Octal 346 24 156 0 133 64 12 516 124 61
Binary 11100110 10100 1101110 0 1011011 110100 1010 101001110 1010100 110001

Color Harmonies of #E6146E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6146E

Black with #E6146E

Text Example


Text Example

White with #E6146E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6146E; }

 p { color: rgb(230,20,110); }

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

background-color css

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

 a { background-color: rgb(230,20,110); }

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

border-color css

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

 span { border-color: rgb(230,20,110); }

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