Html Css Color HEX #E01674 Ruby

📋 copy color: '#E01674'

red 224 ◦ green 22 ◦ blue 116

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

Shades of Ruby #E01674

Tints of Ruby #E01674

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.08%

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

R = 61.88%
G = 6.08%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E01674 (or 0xE01674) is known color: Ruby. HEX triplet: E0, 16 and 74. RGB value is (224,22,116). Sum of RGB (Red+Green+Blue) = 224+22+116=362 (47% of max value = 765). Red value is 224 (87.89% from 255 or 61.88% from 362); Green value is 22 (8.98% from 255 or 6.08% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 224 - color contains mainly: red. Hex color #E01674 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01674 is #1FE98B. Grayscale: #5C5C5C. Windows color (decimal): -2091404 or 7608032. OLE color: 7608032.

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

Color convert

RGB 224 22 116 -
CMYK 0 0.90 0.48 0.12
HSL 332.08º 0.82% 0.48% -
HSV(B) 332.08º 0.9% 0.88% -
XYZ 34.18 17.68 18.13 -
YUV 93.11 140.92 221.36 -
System Red Green Blue C M Y K H S L
Decimal 224 22 116 0 0.90 0.48 0.12 332.08 0.82 0.48
Hex E0 16 74 0 5A 30 C 14C 52 30
Octal 340 26 164 0 132 60 14 514 122 60
Binary 11100000 10110 1110100 0 1011010 110000 1100 101001100 1010010 110000

Color Harmonies of #E01674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01674

Black with #E01674

Text Example


Text Example

White with #E01674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01674; }

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

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

background-color css

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

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

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

border-color css

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

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

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