Html Css Color HEX #E6127B Ruby

📋 copy color: '#E6127B'

red 230 ◦ green 18 ◦ blue 123

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

Shades of Ruby #E6127B

Tints of Ruby #E6127B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.15%

R = 61.99%
G = 4.85%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E6127B (or 0xE6127B) is known color: Ruby. HEX triplet: E6, 12 and 7B. RGB value is (230,18,123). Sum of RGB (Red+Green+Blue) = 230+18+123=371 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.99% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 230 - color contains mainly: red. Hex color #E6127B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6127B is #19ED84. Grayscale: #5D5D5D. Windows color (decimal): -1699205 or 8065766. OLE color: 8065766.

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

Color convert

RGB 230 18 123 -
CMYK 0 0.92 0.47 0.10
HSL 330.28º 0.85% 0.49% -
HSV(B) 330.28º 0.92% 0.9% -
XYZ 36.42 18.69 20.43 -
YUV 93.36 144.74 225.46 -
System Red Green Blue C M Y K H S L
Decimal 230 18 123 0 0.92 0.47 0.10 330.28 0.85 0.49
Hex E6 12 7B 0 5C 2F A 14A 55 31
Octal 346 22 173 0 134 57 12 512 125 61
Binary 11100110 10010 1111011 0 1011100 101111 1010 101001010 1010101 110001

Color Harmonies of #E6127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6127B

Black with #E6127B

Text Example


Text Example

White with #E6127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6127B; }

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

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

background-color css

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

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

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

border-color css

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

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

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