Html Css Color HEX #E71855 Ruby

📋 copy color: '#E71855'

red 231 ◦ green 24 ◦ blue 85

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

Shades of Ruby #E71855

Tints of Ruby #E71855

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.06%

 BLUE value IS 85 (33.59% from 255) = 25%

R = 67.94%
G = 7.06%
B = 25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#E71855 (or 0xE71855) is known color: Ruby. HEX triplet: E7, 18 and 55. RGB value is (231,24,85). Sum of RGB (Red+Green+Blue) = 231+24+85=340 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.94% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 231 - color contains mainly: red. Hex color #E71855 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71855 is #18E7AA. Grayscale: #5C5C5C. Windows color (decimal): -1632171 or 5576935. OLE color: 5576935.

HSL color Cylindrical-coordinate representation of color #E71855: hue angle of 342.32º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E71855 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 24 85 -
CMYK 0 0.90 0.63 0.09
HSL 342.32º 0.81% 0.5% -
HSV(B) 342.32º 0.9% 0.91% -
XYZ 34.92 18.3 10.29 -
YUV 92.85 123.58 226.54 -
System Red Green Blue C M Y K H S L
Decimal 231 24 85 0 0.90 0.63 0.09 342.32 0.81 0.5
Hex E7 18 55 0 5A 3F 9 156 51 32
Octal 347 30 125 0 132 77 11 526 121 62
Binary 11100111 11000 1010101 0 1011010 111111 1001 101010110 1010001 110010

Color Harmonies of #E71855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71855

Black with #E71855

Text Example


Text Example

White with #E71855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71855; }

 p { color: rgb(231,24,85); }

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

background-color css

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

 a { background-color: rgb(231,24,85); }

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

border-color css

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

 span { border-color: rgb(231,24,85); }

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