Html Css Color HEX #E72168 Ruby

📋 copy color: '#E72168'

red 231 ◦ green 33 ◦ blue 104

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

Shades of Ruby #E72168

Tints of Ruby #E72168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.26%

R = 62.77%
G = 8.97%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E72168 (or 0xE72168) is known color: Ruby. HEX triplet: E7, 21 and 68. RGB value is (231,33,104). Sum of RGB (Red+Green+Blue) = 231+33+104=368 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.77% from 368); Green value is 33 (13.28% from 255 or 8.97% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 231 - color contains mainly: red. Hex color #E72168 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72168 is #18DE97. Grayscale: #646464. Windows color (decimal): -1629848 or 6824423. OLE color: 6824423.

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

Color convert

RGB 231 33 104 -
CMYK 0 0.86 0.55 0.09
HSL 338.48º 0.8% 0.52% -
HSV(B) 338.48º 0.86% 0.91% -
XYZ 36 19.08 14.88 -
YUV 100.3 130.1 221.23 -
System Red Green Blue C M Y K H S L
Decimal 231 33 104 0 0.86 0.55 0.09 338.48 0.8 0.52
Hex E7 21 68 0 56 37 9 152 50 34
Octal 347 41 150 0 126 67 11 522 120 64
Binary 11100111 100001 1101000 0 1010110 110111 1001 101010010 1010000 110100

Color Harmonies of #E72168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72168

Black with #E72168

Text Example


Text Example

White with #E72168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72168; }

 p { color: rgb(231,33,104); }

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

background-color css

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

 a { background-color: rgb(231,33,104); }

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

border-color css

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

 span { border-color: rgb(231,33,104); }

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