Html Css Color HEX #E71B68 Ruby

📋 copy color: '#E71B68'

red 231 ◦ green 27 ◦ blue 104

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

Shades of Ruby #E71B68

Tints of Ruby #E71B68

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.46%

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

R = 63.81%
G = 7.46%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E71B68 (or 0xE71B68) is known color: Ruby. HEX triplet: E7, 1B and 68. RGB value is (231,27,104). Sum of RGB (Red+Green+Blue) = 231+27+104=362 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.81% from 362); Green value is 27 (10.94% from 255 or 7.46% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 231 - color contains mainly: red. Hex color #E71B68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71B68 is #18E497. Grayscale: #606060. Windows color (decimal): -1631384 or 6822887. OLE color: 6822887.

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

Color convert

RGB 231 27 104 -
CMYK 0 0.88 0.55 0.09
HSL 337.35º 0.81% 0.51% -
HSV(B) 337.35º 0.88% 0.91% -
XYZ 35.85 18.77 14.83 -
YUV 96.77 132.09 223.74 -
System Red Green Blue C M Y K H S L
Decimal 231 27 104 0 0.88 0.55 0.09 337.35 0.81 0.51
Hex E7 1B 68 0 58 37 9 151 51 33
Octal 347 33 150 0 130 67 11 521 121 63
Binary 11100111 11011 1101000 0 1011000 110111 1001 101010001 1010001 110011

Color Harmonies of #E71B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71B68

Black with #E71B68

Text Example


Text Example

White with #E71B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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