Html Css Color HEX #E71067 Ruby

📋 copy color: '#E71067'

red 231 ◦ green 16 ◦ blue 103

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

Shades of Ruby #E71067

Tints of Ruby #E71067

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.57%

 BLUE value IS 103 (40.63% from 255) = 29.43%

R = 66%
G = 4.57%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E71067 (or 0xE71067) is known color: Ruby. HEX triplet: E7, 10 and 67. RGB value is (231,16,103). Sum of RGB (Red+Green+Blue) = 231+16+103=350 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 103 (40.62% from 255 or 29.43% from 350); Max value from RGB is 231 - color contains mainly: red. Hex color #E71067 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71067 is #18EF98. Grayscale: #5A5A5A. Windows color (decimal): -1634201 or 6754535. OLE color: 6754535.

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

Color convert

RGB 231 16 103 -
CMYK 0 0.93 0.55 0.09
HSL 335.72º 0.87% 0.48% -
HSV(B) 335.72º 0.93% 0.91% -
XYZ 35.59 18.34 14.5 -
YUV 90.2 135.23 228.43 -
System Red Green Blue C M Y K H S L
Decimal 231 16 103 0 0.93 0.55 0.09 335.72 0.87 0.48
Hex E7 10 67 0 5D 37 9 150 57 30
Octal 347 20 147 0 135 67 11 520 127 60
Binary 11100111 10000 1100111 0 1011101 110111 1001 101010000 1010111 110000

Color Harmonies of #E71067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71067

Black with #E71067

Text Example


Text Example

White with #E71067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71067; }

 p { color: rgb(231,16,103); }

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

background-color css

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

 a { background-color: rgb(231,16,103); }

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

border-color css

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

 span { border-color: rgb(231,16,103); }

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