Html Css Color HEX #E41E6D Ruby

📋 copy color: '#E41E6D'

red 228 ◦ green 30 ◦ blue 109

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

Shades of Ruby #E41E6D

Tints of Ruby #E41E6D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.17%

 BLUE value IS 109 (42.97% from 255) = 29.7%

R = 62.13%
G = 8.17%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E41E6D (or 0xE41E6D) is known color: Ruby. HEX triplet: E4, 1E and 6D. RGB value is (228,30,109). Sum of RGB (Red+Green+Blue) = 228+30+109=367 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.13% from 367); Green value is 30 (12.11% from 255 or 8.17% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 228 - color contains mainly: red. Hex color #E41E6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E41E6D is #1BE192. Grayscale: #626262. Windows color (decimal): -1827219 or 7151332. OLE color: 7151332.

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

Color convert

RGB 228 30 109 -
CMYK 0 0.87 0.52 0.11
HSL 336.06º 0.79% 0.51% -
HSV(B) 336.06º 0.87% 0.89% -
XYZ 35.22 18.53 16.19 -
YUV 98.21 134.1 220.58 -
System Red Green Blue C M Y K H S L
Decimal 228 30 109 0 0.87 0.52 0.11 336.06 0.79 0.51
Hex E4 1E 6D 0 57 34 B 150 4F 33
Octal 344 36 155 0 127 64 13 520 117 63
Binary 11100100 11110 1101101 0 1010111 110100 1011 101010000 1001111 110011

Color Harmonies of #E41E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41E6D

Black with #E41E6D

Text Example


Text Example

White with #E41E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41E6D; }

 p { color: rgb(228,30,109); }

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

background-color css

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

 a { background-color: rgb(228,30,109); }

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

border-color css

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

 span { border-color: rgb(228,30,109); }

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