Html Css Color HEX #E41B5F Ruby

📋 copy color: '#E41B5F'

red 228 ◦ green 27 ◦ blue 95

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

Shades of Ruby #E41B5F

Tints of Ruby #E41B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.14%

R = 65.14%
G = 7.71%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E41B5F (or 0xE41B5F) is known color: Ruby. HEX triplet: E4, 1B and 5F. RGB value is (228,27,95). Sum of RGB (Red+Green+Blue) = 228+27+95=350 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.14% from 350); Green value is 27 (10.94% from 255 or 7.71% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 228 - color contains mainly: red. Hex color #E41B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E41B5F is #1BE4A0. Grayscale: #5E5E5E. Windows color (decimal): -1828001 or 6233060. OLE color: 6233060.

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

Color convert

RGB 228 27 95 -
CMYK 0 0.88 0.58 0.11
HSL 339.7º 0.79% 0.5% -
HSV(B) 339.7º 0.88% 0.89% -
XYZ 34.45 18.1 12.51 -
YUV 94.85 128.09 222.97 -
System Red Green Blue C M Y K H S L
Decimal 228 27 95 0 0.88 0.58 0.11 339.7 0.79 0.5
Hex E4 1B 5F 0 58 3A B 154 4F 32
Octal 344 33 137 0 130 72 13 524 117 62
Binary 11100100 11011 1011111 0 1011000 111010 1011 101010100 1001111 110010

Color Harmonies of #E41B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41B5F

Black with #E41B5F

Text Example


Text Example

White with #E41B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41B5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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