Html Css Color HEX #E42161 Ruby

📋 copy color: '#E42161'

red 228 ◦ green 33 ◦ blue 97

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

Shades of Ruby #E42161

Tints of Ruby #E42161

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.22%

 BLUE value IS 97 (38.28% from 255) = 27.09%

R = 63.69%
G = 9.22%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#E42161 (or 0xE42161) is known color: Ruby. HEX triplet: E4, 21 and 61. RGB value is (228,33,97). Sum of RGB (Red+Green+Blue) = 228+33+97=358 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.69% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 228 - color contains mainly: red. Hex color #E42161 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42161 is #1BDE9E. Grayscale: #626262. Windows color (decimal): -1826463 or 6365668. OLE color: 6365668.

HSL color Cylindrical-coordinate representation of color #E42161: hue angle of 340.31º 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 #E42161 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 33 97 -
CMYK 0 0.86 0.57 0.11
HSL 340.31º 0.78% 0.51% -
HSV(B) 340.31º 0.86% 0.89% -
XYZ 34.7 18.44 13.04 -
YUV 98.6 127.1 220.3 -
System Red Green Blue C M Y K H S L
Decimal 228 33 97 0 0.86 0.57 0.11 340.31 0.78 0.51
Hex E4 21 61 0 56 39 B 154 4E 33
Octal 344 41 141 0 126 71 13 524 116 63
Binary 11100100 100001 1100001 0 1010110 111001 1011 101010100 1001110 110011

Color Harmonies of #E42161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42161

Black with #E42161

Text Example


Text Example

White with #E42161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42161; }

 p { color: rgb(228,33,97); }

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

background-color css

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

 a { background-color: rgb(228,33,97); }

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

border-color css

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

 span { border-color: rgb(228,33,97); }

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