Html Css Color HEX #E82075 Ruby

📋 copy color: '#E82075'

red 232 ◦ green 32 ◦ blue 117

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

Shades of Ruby #E82075

Tints of Ruby #E82075

RGB

 RED value IS 232 (91.02% from 255) = 60.89%

 GREEN value IS 32 (12.89% from 255) = 8.4%

 BLUE value IS 117 (46.09% from 255) = 30.71%

R = 60.89%
G = 8.4%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E82075 (or 0xE82075) is known color: Ruby. HEX triplet: E8, 20 and 75. RGB value is (232,32,117). Sum of RGB (Red+Green+Blue) = 232+32+117=381 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.89% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 232 - color contains mainly: red. Hex color #E82075 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82075 is #17DF8A. Grayscale: #656565. Windows color (decimal): -1564555 or 7676136. OLE color: 7676136.

HSL color Cylindrical-coordinate representation of color #E82075: hue angle of 334.5º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E82075 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 32 117 -
CMYK 0 0.86 0.50 0.09
HSL 334.5º 0.81% 0.52% -
HSV(B) 334.5º 0.86% 0.91% -
XYZ 37.01 19.47 18.64 -
YUV 101.49 136.76 221.09 -
System Red Green Blue C M Y K H S L
Decimal 232 32 117 0 0.86 0.50 0.09 334.5 0.81 0.52
Hex E8 20 75 0 56 32 9 14E 51 34
Octal 350 40 165 0 126 62 11 516 121 64
Binary 11101000 100000 1110101 0 1010110 110010 1001 101001110 1010001 110100

Color Harmonies of #E82075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82075

Black with #E82075

Text Example


Text Example

White with #E82075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82075; }

 p { color: rgb(232,32,117); }

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

background-color css

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

 a { background-color: rgb(232,32,117); }

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

border-color css

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

 span { border-color: rgb(232,32,117); }

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