Html Css Color HEX #E52165 Ruby

📋 copy color: '#E52165'

red 229 ◦ green 33 ◦ blue 101

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

Shades of Ruby #E52165

Tints of Ruby #E52165

RGB

 RED value IS 229 (89.84% from 255) = 63.09%

 GREEN value IS 33 (13.28% from 255) = 9.09%

 BLUE value IS 101 (39.84% from 255) = 27.82%

R = 63.09%
G = 9.09%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E52165 (or 0xE52165) is known color: Ruby. HEX triplet: E5, 21 and 65. RGB value is (229,33,101). Sum of RGB (Red+Green+Blue) = 229+33+101=363 (48% of max value = 765). Red value is 229 (89.84% from 255 or 63.09% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 229 - color contains mainly: red. Hex color #E52165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52165 is #1ADE9A. Grayscale: #636363. Windows color (decimal): -1760923 or 6627813. OLE color: 6627813.

HSL color Cylindrical-coordinate representation of color #E52165: hue angle of 339.18º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E52165 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 33 101 -
CMYK 0 0.86 0.56 0.10
HSL 339.18º 0.79% 0.51% -
HSV(B) 339.18º 0.86% 0.9% -
XYZ 35.21 18.69 14.06 -
YUV 99.36 128.93 220.47 -
System Red Green Blue C M Y K H S L
Decimal 229 33 101 0 0.86 0.56 0.10 339.18 0.79 0.51
Hex E5 21 65 0 56 38 A 153 4F 33
Octal 345 41 145 0 126 70 12 523 117 63
Binary 11100101 100001 1100101 0 1010110 111000 1010 101010011 1001111 110011

Color Harmonies of #E52165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52165

Black with #E52165

Text Example


Text Example

White with #E52165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52165; }

 p { color: rgb(229,33,101); }

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

background-color css

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

 a { background-color: rgb(229,33,101); }

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

border-color css

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

 span { border-color: rgb(229,33,101); }

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