Html Css Color HEX #E01474 Ruby

📋 copy color: '#E01474'

red 224 ◦ green 20 ◦ blue 116

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

Shades of Ruby #E01474

Tints of Ruby #E01474

RGB

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

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

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

R = 62.22%
G = 5.56%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E01474 (or 0xE01474) is known color: Ruby. HEX triplet: E0, 14 and 74. RGB value is (224,20,116). Sum of RGB (Red+Green+Blue) = 224+20+116=360 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.22% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 224 - color contains mainly: red. Hex color #E01474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01474 is #1FEB8B. Grayscale: #5B5B5B. Windows color (decimal): -2091916 or 7607520. OLE color: 7607520.

HSL color Cylindrical-coordinate representation of color #E01474: hue angle of 331.76º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E01474 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 20 116 -
CMYK 0 0.91 0.48 0.12
HSL 331.76º 0.84% 0.48% -
HSV(B) 331.76º 0.91% 0.88% -
XYZ 34.14 17.61 18.12 -
YUV 91.94 141.59 222.19 -
System Red Green Blue C M Y K H S L
Decimal 224 20 116 0 0.91 0.48 0.12 331.76 0.84 0.48
Hex E0 14 74 0 5B 30 C 14C 54 30
Octal 340 24 164 0 133 60 14 514 124 60
Binary 11100000 10100 1110100 0 1011011 110000 1100 101001100 1010100 110000

Color Harmonies of #E01474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01474

Black with #E01474

Text Example


Text Example

White with #E01474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01474; }

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

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

background-color css

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

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

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

border-color css

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

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

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