Html Css Color HEX #E41E5C Ruby

📋 copy color: '#E41E5C'

red 228 ◦ green 30 ◦ blue 92

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

Shades of Ruby #E41E5C

Tints of Ruby #E41E5C

RGB

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

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

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

R = 65.14%
G = 8.57%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E41E5C (or 0xE41E5C) is known color: Ruby. HEX triplet: E4, 1E and 5C. RGB value is (228,30,92). Sum of RGB (Red+Green+Blue) = 228+30+92=350 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.14% from 350); Green value is 30 (12.11% from 255 or 8.57% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 228 - color contains mainly: red. Hex color #E41E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E41E5C is #1BE1A3. Grayscale: #606060. Windows color (decimal): -1827236 or 6037220. OLE color: 6037220.

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

Color convert

RGB 228 30 92 -
CMYK 0 0.87 0.60 0.11
HSL 341.21º 0.79% 0.51% -
HSV(B) 341.21º 0.87% 0.89% -
XYZ 34.39 18.2 11.82 -
YUV 96.27 125.6 221.96 -
System Red Green Blue C M Y K H S L
Decimal 228 30 92 0 0.87 0.60 0.11 341.21 0.79 0.51
Hex E4 1E 5C 0 57 3C B 155 4F 33
Octal 344 36 134 0 127 74 13 525 117 63
Binary 11100100 11110 1011100 0 1010111 111100 1011 101010101 1001111 110011

Color Harmonies of #E41E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41E5C

Black with #E41E5C

Text Example


Text Example

White with #E41E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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