Html Css Color HEX #E41F6D Ruby

📋 copy color: '#E41F6D'

red 228 ◦ green 31 ◦ blue 109

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

Shades of Ruby #E41F6D

Tints of Ruby #E41F6D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.42%

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

R = 61.96%
G = 8.42%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E41F6D (or 0xE41F6D) is known color: Ruby. HEX triplet: E4, 1F and 6D. RGB value is (228,31,109). Sum of RGB (Red+Green+Blue) = 228+31+109=368 (48% of max value = 765). Red value is 228 (89.45% from 255 or 61.96% from 368); Green value is 31 (12.5% from 255 or 8.42% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 228 - color contains mainly: red. Hex color #E41F6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E41F6D is #1BE092. Grayscale: #626262. Windows color (decimal): -1826963 or 7151588. OLE color: 7151588.

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

Color convert

RGB 228 31 109 -
CMYK 0 0.86 0.52 0.11
HSL 336.24º 0.78% 0.51% -
HSV(B) 336.24º 0.86% 0.89% -
XYZ 35.25 18.58 16.2 -
YUV 98.8 133.77 220.16 -
System Red Green Blue C M Y K H S L
Decimal 228 31 109 0 0.86 0.52 0.11 336.24 0.78 0.51
Hex E4 1F 6D 0 56 34 B 150 4E 33
Octal 344 37 155 0 126 64 13 520 116 63
Binary 11100100 11111 1101101 0 1010110 110100 1011 101010000 1001110 110011

Color Harmonies of #E41F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41F6D

Black with #E41F6D

Text Example


Text Example

White with #E41F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41F6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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