Html Css Color HEX #E01274 Ruby

📋 copy color: '#E01274'

red 224 ◦ green 18 ◦ blue 116

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

Shades of Ruby #E01274

Tints of Ruby #E01274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.4%

R = 62.57%
G = 5.03%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E01274 (or 0xE01274) is known color: Ruby. HEX triplet: E0, 12 and 74. RGB value is (224,18,116). Sum of RGB (Red+Green+Blue) = 224+18+116=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E01274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01274 is #1FED8B. Grayscale: #5A5A5A. Windows color (decimal): -2092428 or 7607008. OLE color: 7607008.

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

Color convert

RGB 224 18 116 -
CMYK 0 0.92 0.48 0.12
HSL 331.46º 0.85% 0.47% -
HSV(B) 331.46º 0.92% 0.88% -
XYZ 34.11 17.54 18.11 -
YUV 90.77 142.25 223.03 -
System Red Green Blue C M Y K H S L
Decimal 224 18 116 0 0.92 0.48 0.12 331.46 0.85 0.47
Hex E0 12 74 0 5C 30 C 14B 55 2F
Octal 340 22 164 0 134 60 14 513 125 57
Binary 11100000 10010 1110100 0 1011100 110000 1100 101001011 1010101 101111

Color Harmonies of #E01274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01274

Black with #E01274

Text Example


Text Example

White with #E01274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01274; }

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

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

background-color css

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

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

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

border-color css

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

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

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