Html Css Color HEX #E41E68 Ruby

📋 copy color: '#E41E68'

red 228 ◦ green 30 ◦ blue 104

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

Shades of Ruby #E41E68

Tints of Ruby #E41E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.73%

R = 62.98%
G = 8.29%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E41E68 (or 0xE41E68) is known color: Ruby. HEX triplet: E4, 1E and 68. RGB value is (228,30,104). Sum of RGB (Red+Green+Blue) = 228+30+104=362 (47% of max value = 765). Red value is 228 (89.45% from 255 or 62.98% from 362); Green value is 30 (12.11% from 255 or 8.29% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 228 - color contains mainly: red. Hex color #E41E68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E41E68 is #1BE197. Grayscale: #616161. Windows color (decimal): -1827224 or 6823652. OLE color: 6823652.

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

Color convert

RGB 228 30 104 -
CMYK 0 0.87 0.54 0.11
HSL 337.58º 0.79% 0.51% -
HSV(B) 337.58º 0.87% 0.89% -
XYZ 34.96 18.42 14.81 -
YUV 97.64 131.6 220.98 -
System Red Green Blue C M Y K H S L
Decimal 228 30 104 0 0.87 0.54 0.11 337.58 0.79 0.51
Hex E4 1E 68 0 57 36 B 152 4F 33
Octal 344 36 150 0 127 66 13 522 117 63
Binary 11100100 11110 1101000 0 1010111 110110 1011 101010010 1001111 110011

Color Harmonies of #E41E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41E68

Black with #E41E68

Text Example


Text Example

White with #E41E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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