Html Css Color HEX #E01258 Ruby

📋 copy color: '#E01258'

red 224 ◦ green 18 ◦ blue 88

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

Shades of Ruby #E01258

Tints of Ruby #E01258

RGB

 RED value IS 224 (87.89% from 255) = 67.88%

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

 BLUE value IS 88 (34.77% from 255) = 26.67%

R = 67.88%
G = 5.45%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E01258 (or 0xE01258) is known color: Ruby. HEX triplet: E0, 12 and 58. RGB value is (224,18,88). Sum of RGB (Red+Green+Blue) = 224+18+88=330 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.88% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 224 - color contains mainly: red. Hex color #E01258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01258 is #1FEDA7. Grayscale: #575757. Windows color (decimal): -2092456 or 5772000. OLE color: 5772000.

HSL color Cylindrical-coordinate representation of color #E01258: hue angle of 339.61º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E01258 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 18 88 -
CMYK 0 0.92 0.61 0.12
HSL 339.61º 0.85% 0.47% -
HSV(B) 339.61º 0.92% 0.88% -
XYZ 32.72 16.98 10.79 -
YUV 87.57 128.25 225.31 -
System Red Green Blue C M Y K H S L
Decimal 224 18 88 0 0.92 0.61 0.12 339.61 0.85 0.47
Hex E0 12 58 0 5C 3D C 154 55 2F
Octal 340 22 130 0 134 75 14 524 125 57
Binary 11100000 10010 1011000 0 1011100 111101 1100 101010100 1010101 101111

Color Harmonies of #E01258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01258

Black with #E01258

Text Example


Text Example

White with #E01258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01258; }

 p { color: rgb(224,18,88); }

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

background-color css

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

 a { background-color: rgb(224,18,88); }

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

border-color css

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

 span { border-color: rgb(224,18,88); }

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