Html Css Color HEX #E72065 Ruby

📋 copy color: '#E72065'

red 231 ◦ green 32 ◦ blue 101

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

Shades of Ruby #E72065

Tints of Ruby #E72065

RGB

 RED value IS 231 (90.63% from 255) = 63.46%

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

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

R = 63.46%
G = 8.79%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E72065 (or 0xE72065) is known color: Ruby. HEX triplet: E7, 20 and 65. RGB value is (231,32,101). Sum of RGB (Red+Green+Blue) = 231+32+101=364 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.46% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 231 - color contains mainly: red. Hex color #E72065 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72065 is #18DF9A. Grayscale: #636363. Windows color (decimal): -1630107 or 6627559. OLE color: 6627559.

HSL color Cylindrical-coordinate representation of color #E72065: hue angle of 339.2º 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 #E72065 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 32 101 -
CMYK 0 0.86 0.56 0.09
HSL 339.2º 0.81% 0.52% -
HSV(B) 339.2º 0.86% 0.91% -
XYZ 35.82 18.96 14.08 -
YUV 99.37 128.93 221.89 -
System Red Green Blue C M Y K H S L
Decimal 231 32 101 0 0.86 0.56 0.09 339.2 0.81 0.52
Hex E7 20 65 0 56 38 9 153 51 34
Octal 347 40 145 0 126 70 11 523 121 64
Binary 11100111 100000 1100101 0 1010110 111000 1001 101010011 1010001 110100

Color Harmonies of #E72065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72065

Black with #E72065

Text Example


Text Example

White with #E72065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72065; }

 p { color: rgb(231,32,101); }

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

background-color css

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

 a { background-color: rgb(231,32,101); }

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

border-color css

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

 span { border-color: rgb(231,32,101); }

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