Html Css Color HEX #E42169 Ruby

📋 copy color: '#E42169'

red 228 ◦ green 33 ◦ blue 105

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

Shades of Ruby #E42169

Tints of Ruby #E42169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.69%

R = 62.3%
G = 9.02%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E42169 (or 0xE42169) is known color: Ruby. HEX triplet: E4, 21 and 69. RGB value is (228,33,105). Sum of RGB (Red+Green+Blue) = 228+33+105=366 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.30% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 228 - color contains mainly: red. Hex color #E42169 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42169 is #1BDE96. Grayscale: #636363. Windows color (decimal): -1826455 or 6889956. OLE color: 6889956.

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

Color convert

RGB 228 33 105 -
CMYK 0 0.86 0.54 0.11
HSL 337.85º 0.78% 0.51% -
HSV(B) 337.85º 0.86% 0.89% -
XYZ 35.09 18.6 15.11 -
YUV 99.51 131.1 219.65 -
System Red Green Blue C M Y K H S L
Decimal 228 33 105 0 0.86 0.54 0.11 337.85 0.78 0.51
Hex E4 21 69 0 56 36 B 152 4E 33
Octal 344 41 151 0 126 66 13 522 116 63
Binary 11100100 100001 1101001 0 1010110 110110 1011 101010010 1001110 110011

Color Harmonies of #E42169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42169

Black with #E42169

Text Example


Text Example

White with #E42169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42169; }

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

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

background-color css

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

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

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

border-color css

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

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

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