Html Css Color HEX #E02165 Ruby

📋 copy color: '#E02165'

red 224 ◦ green 33 ◦ blue 101

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

Shades of Ruby #E02165

Tints of Ruby #E02165

RGB

 RED value IS 224 (87.89% from 255) = 62.57%

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

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

R = 62.57%
G = 9.22%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E02165 (or 0xE02165) is known color: Ruby. HEX triplet: E0, 21 and 65. RGB value is (224,33,101). Sum of RGB (Red+Green+Blue) = 224+33+101=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E02165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02165 is #1FDE9A. Grayscale: #616161. Windows color (decimal): -2088603 or 6627808. OLE color: 6627808.

HSL color Cylindrical-coordinate representation of color #E02165: hue angle of 338.64º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E02165 is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 33 101 -
CMYK 0 0.85 0.55 0.12
HSL 338.64º 0.75% 0.5% -
HSV(B) 338.64º 0.85% 0.88% -
XYZ 33.63 17.87 13.99 -
YUV 97.86 129.78 217.97 -
System Red Green Blue C M Y K H S L
Decimal 224 33 101 0 0.85 0.55 0.12 338.64 0.75 0.5
Hex E0 21 65 0 55 37 C 153 4B 32
Octal 340 41 145 0 125 67 14 523 113 62
Binary 11100000 100001 1100101 0 1010101 110111 1100 101010011 1001011 110010

Color Harmonies of #E02165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02165

Black with #E02165

Text Example


Text Example

White with #E02165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02165; }

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

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

background-color css

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

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

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

border-color css

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

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

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