Html Css Color HEX #E4127B Ruby

📋 copy color: '#E4127B'

red 228 ◦ green 18 ◦ blue 123

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

Shades of Ruby #E4127B

Tints of Ruby #E4127B

RGB

 RED value IS 228 (89.45% from 255) = 61.79%

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

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

R = 61.79%
G = 4.88%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E4127B (or 0xE4127B) is known color: Ruby. HEX triplet: E4, 12 and 7B. RGB value is (228,18,123). Sum of RGB (Red+Green+Blue) = 228+18+123=369 (48% of max value = 765). Red value is 228 (89.45% from 255 or 61.79% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 228 - color contains mainly: red. Hex color #E4127B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4127B is #1BED84. Grayscale: #5C5C5C. Windows color (decimal): -1830277 or 8065764. OLE color: 8065764.

HSL color Cylindrical-coordinate representation of color #E4127B: hue angle of 330º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E4127B is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 18 123 -
CMYK 0 0.92 0.46 0.11
HSL 330º 0.85% 0.48% -
HSV(B) 330º 0.92% 0.89% -
XYZ 35.79 18.36 20.4 -
YUV 92.76 145.07 224.46 -
System Red Green Blue C M Y K H S L
Decimal 228 18 123 0 0.92 0.46 0.11 330 0.85 0.48
Hex E4 12 7B 0 5C 2E B 14A 55 30
Octal 344 22 173 0 134 56 13 512 125 60
Binary 11100100 10010 1111011 0 1011100 101110 1011 101001010 1010101 110000

Color Harmonies of #E4127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4127B

Black with #E4127B

Text Example


Text Example

White with #E4127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4127B; }

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

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

background-color css

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

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

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

border-color css

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

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

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