Html Css Color HEX #E6147A Ruby

📋 copy color: '#E6147A'

red 230 ◦ green 20 ◦ blue 122

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

Shades of Ruby #E6147A

Tints of Ruby #E6147A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.8%

R = 61.83%
G = 5.38%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E6147A (or 0xE6147A) is known color: Ruby. HEX triplet: E6, 14 and 7A. RGB value is (230,20,122). Sum of RGB (Red+Green+Blue) = 230+20+122=372 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.83% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 230 - color contains mainly: red. Hex color #E6147A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6147A is #19EB85. Grayscale: #5E5E5E. Windows color (decimal): -1698694 or 8000742. OLE color: 8000742.

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

Color convert

RGB 230 20 122 -
CMYK 0 0.91 0.47 0.10
HSL 330.86º 0.84% 0.49% -
HSV(B) 330.86º 0.91% 0.9% -
XYZ 36.4 18.73 20.11 -
YUV 94.42 143.57 224.71 -
System Red Green Blue C M Y K H S L
Decimal 230 20 122 0 0.91 0.47 0.10 330.86 0.84 0.49
Hex E6 14 7A 0 5B 2F A 14B 54 31
Octal 346 24 172 0 133 57 12 513 124 61
Binary 11100110 10100 1111010 0 1011011 101111 1010 101001011 1010100 110001

Color Harmonies of #E6147A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6147A

Black with #E6147A

Text Example


Text Example

White with #E6147A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6147A; }

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

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

background-color css

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

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

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

border-color css

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

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

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