Html Css Color HEX #E41B6E Ruby

📋 copy color: '#E41B6E'

red 228 ◦ green 27 ◦ blue 110

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

Shades of Ruby #E41B6E

Tints of Ruby #E41B6E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.4%

 BLUE value IS 110 (43.36% from 255) = 30.14%

R = 62.47%
G = 7.4%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E41B6E (or 0xE41B6E) is known color: Ruby. HEX triplet: E4, 1B and 6E. RGB value is (228,27,110). Sum of RGB (Red+Green+Blue) = 228+27+110=365 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.47% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 228 - color contains mainly: red. Hex color #E41B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E41B6E is #1BE491. Grayscale: #606060. Windows color (decimal): -1827986 or 7216100. OLE color: 7216100.

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

Color convert

RGB 228 27 110 -
CMYK 0 0.88 0.52 0.11
HSL 335.22º 0.79% 0.5% -
HSV(B) 335.22º 0.88% 0.89% -
XYZ 35.2 18.4 16.45 -
YUV 96.56 135.59 221.75 -
System Red Green Blue C M Y K H S L
Decimal 228 27 110 0 0.88 0.52 0.11 335.22 0.79 0.5
Hex E4 1B 6E 0 58 34 B 14F 4F 32
Octal 344 33 156 0 130 64 13 517 117 62
Binary 11100100 11011 1101110 0 1011000 110100 1011 101001111 1001111 110010

Color Harmonies of #E41B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41B6E

Black with #E41B6E

Text Example


Text Example

White with #E41B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41B6E; }

 p { color: rgb(228,27,110); }

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

background-color css

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

 a { background-color: rgb(228,27,110); }

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

border-color css

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

 span { border-color: rgb(228,27,110); }

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