Html Css Color HEX #E01575 Ruby

📋 copy color: '#E01575'

red 224 ◦ green 21 ◦ blue 117

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

Shades of Ruby #E01575

Tints of Ruby #E01575

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.8%

 BLUE value IS 117 (46.09% from 255) = 32.32%

R = 61.88%
G = 5.8%
B = 32.32%

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

#E01575 (or 0xE01575) is known color: Ruby. HEX triplet: E0, 15 and 75. RGB value is (224,21,117). Sum of RGB (Red+Green+Blue) = 224+21+117=362 (47% of max value = 765). Red value is 224 (87.89% from 255 or 61.88% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 224 - color contains mainly: red. Hex color #E01575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01575 is #1FEA8A. Grayscale: #5C5C5C. Windows color (decimal): -2091659 or 7673312. OLE color: 7673312.

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

Color convert

RGB 224 21 117 -
CMYK 0 0.91 0.48 0.12
HSL 331.63º 0.83% 0.48% -
HSV(B) 331.63º 0.91% 0.88% -
XYZ 34.22 17.67 18.44 -
YUV 92.64 141.75 221.69 -
System Red Green Blue C M Y K H S L
Decimal 224 21 117 0 0.91 0.48 0.12 331.63 0.83 0.48
Hex E0 15 75 0 5B 30 C 14C 53 30
Octal 340 25 165 0 133 60 14 514 123 60
Binary 11100000 10101 1110101 0 1011011 110000 1100 101001100 1010011 110000

Color Harmonies of #E01575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01575

Black with #E01575

Text Example


Text Example

White with #E01575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01575; }

 p { color: rgb(224,21,117); }

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

background-color css

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

 a { background-color: rgb(224,21,117); }

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

border-color css

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

 span { border-color: rgb(224,21,117); }

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