Html Css Color HEX #E42071 Ruby

📋 copy color: '#E42071'

red 228 ◦ green 32 ◦ blue 113

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

Shades of Ruby #E42071

Tints of Ruby #E42071

RGB

 RED value IS 228 (89.45% from 255) = 61.13%

 GREEN value IS 32 (12.89% from 255) = 8.58%

 BLUE value IS 113 (44.53% from 255) = 30.29%

R = 61.13%
G = 8.58%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E42071 (or 0xE42071) is known color: Ruby. HEX triplet: E4, 20 and 71. RGB value is (228,32,113). Sum of RGB (Red+Green+Blue) = 228+32+113=373 (49% of max value = 765). Red value is 228 (89.45% from 255 or 61.13% from 373); Green value is 32 (12.89% from 255 or 8.58% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 228 - color contains mainly: red. Hex color #E42071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42071 is #1BDF8E. Grayscale: #636363. Windows color (decimal): -1826703 or 7413988. OLE color: 7413988.

HSL color Cylindrical-coordinate representation of color #E42071: hue angle of 335.2º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E42071 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 32 113 -
CMYK 0 0.86 0.50 0.11
HSL 335.2º 0.78% 0.51% -
HSV(B) 335.2º 0.86% 0.89% -
XYZ 35.49 18.72 17.37 -
YUV 99.84 135.43 219.41 -
System Red Green Blue C M Y K H S L
Decimal 228 32 113 0 0.86 0.50 0.11 335.2 0.78 0.51
Hex E4 20 71 0 56 32 B 14F 4E 33
Octal 344 40 161 0 126 62 13 517 116 63
Binary 11100100 100000 1110001 0 1010110 110010 1011 101001111 1001110 110011

Color Harmonies of #E42071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42071

Black with #E42071

Text Example


Text Example

White with #E42071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42071; }

 p { color: rgb(228,32,113); }

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

background-color css

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

 a { background-color: rgb(228,32,113); }

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

border-color css

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

 span { border-color: rgb(228,32,113); }

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