Html Css Color HEX #E6147D Ruby

📋 copy color: '#E6147D'

red 230 ◦ green 20 ◦ blue 125

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

Shades of Ruby #E6147D

Tints of Ruby #E6147D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.33%

R = 61.33%
G = 5.33%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E6147D (or 0xE6147D) is known color: Ruby. HEX triplet: E6, 14 and 7D. RGB value is (230,20,125). Sum of RGB (Red+Green+Blue) = 230+20+125=375 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.33% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 230 - color contains mainly: red. Hex color #E6147D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6147D is #19EB82. Grayscale: #5E5E5E. Windows color (decimal): -1698691 or 8197350. OLE color: 8197350.

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

Color convert

RGB 230 20 125 -
CMYK 0 0.91 0.46 0.10
HSL 330º 0.84% 0.49% -
HSV(B) 330º 0.91% 0.9% -
XYZ 36.58 18.8 21.1 -
YUV 94.76 145.07 224.46 -
System Red Green Blue C M Y K H S L
Decimal 230 20 125 0 0.91 0.46 0.10 330 0.84 0.49
Hex E6 14 7D 0 5B 2E A 14A 54 31
Octal 346 24 175 0 133 56 12 512 124 61
Binary 11100110 10100 1111101 0 1011011 101110 1010 101001010 1010100 110001

Color Harmonies of #E6147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6147D

Black with #E6147D

Text Example


Text Example

White with #E6147D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6147D; }

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

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

background-color css

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

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

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

border-color css

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

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

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