Html Css Color HEX #E41652 Ruby

📋 copy color: '#E41652'

red 228 ◦ green 22 ◦ blue 82

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

Shades of Ruby #E41652

Tints of Ruby #E41652

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.63%

 BLUE value IS 82 (32.42% from 255) = 24.7%

R = 68.67%
G = 6.63%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E41652 (or 0xE41652) is known color: Ruby. HEX triplet: E4, 16 and 52. RGB value is (228,22,82). Sum of RGB (Red+Green+Blue) = 228+22+82=332 (43% of max value = 765). Red value is 228 (89.45% from 255 or 68.67% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 228 - color contains mainly: red. Hex color #E41652 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41652 is #1BE9AD. Grayscale: #5A5A5A. Windows color (decimal): -1829294 or 5379812. OLE color: 5379812.

HSL color Cylindrical-coordinate representation of color #E41652: hue angle of 342.52º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E41652 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 22 82 -
CMYK 0 0.90 0.64 0.11
HSL 342.52º 0.82% 0.49% -
HSV(B) 342.52º 0.9% 0.89% -
XYZ 33.8 17.68 9.61 -
YUV 90.43 123.25 226.12 -
System Red Green Blue C M Y K H S L
Decimal 228 22 82 0 0.90 0.64 0.11 342.52 0.82 0.49
Hex E4 16 52 0 5A 40 B 157 52 31
Octal 344 26 122 0 132 100 13 527 122 61
Binary 11100100 10110 1010010 0 1011010 1000000 1011 101010111 1010010 110001

Color Harmonies of #E41652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41652

Black with #E41652

Text Example


Text Example

White with #E41652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41652; }

 p { color: rgb(228,22,82); }

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

background-color css

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

 a { background-color: rgb(228,22,82); }

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

border-color css

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

 span { border-color: rgb(228,22,82); }

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