Html Css Color HEX #E41B5C Ruby

📋 copy color: '#E41B5C'

red 228 ◦ green 27 ◦ blue 92

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

Shades of Ruby #E41B5C

Tints of Ruby #E41B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.51%

R = 65.71%
G = 7.78%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E41B5C (or 0xE41B5C) is known color: Ruby. HEX triplet: E4, 1B and 5C. RGB value is (228,27,92). Sum of RGB (Red+Green+Blue) = 228+27+92=347 (45% of max value = 765). Red value is 228 (89.45% from 255 or 65.71% from 347); Green value is 27 (10.94% from 255 or 7.78% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 228 - color contains mainly: red. Hex color #E41B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E41B5C is #1BE4A3. Grayscale: #5E5E5E. Windows color (decimal): -1828004 or 6036452. OLE color: 6036452.

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

Color convert

RGB 228 27 92 -
CMYK 0 0.88 0.60 0.11
HSL 340.6º 0.79% 0.5% -
HSV(B) 340.6º 0.88% 0.89% -
XYZ 34.32 18.05 11.8 -
YUV 94.51 126.59 223.21 -
System Red Green Blue C M Y K H S L
Decimal 228 27 92 0 0.88 0.60 0.11 340.6 0.79 0.5
Hex E4 1B 5C 0 58 3C B 155 4F 32
Octal 344 33 134 0 130 74 13 525 117 62
Binary 11100100 11011 1011100 0 1011000 111100 1011 101010101 1001111 110010

Color Harmonies of #E41B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41B5C

Black with #E41B5C

Text Example


Text Example

White with #E41B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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