Html Css Color HEX #E71962 Ruby

📋 copy color: '#E71962'

red 231 ◦ green 25 ◦ blue 98

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

Shades of Ruby #E71962

Tints of Ruby #E71962

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.06%

 BLUE value IS 98 (38.67% from 255) = 27.68%

R = 65.25%
G = 7.06%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#E71962 (or 0xE71962) is known color: Ruby. HEX triplet: E7, 19 and 62. RGB value is (231,25,98). Sum of RGB (Red+Green+Blue) = 231+25+98=354 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.25% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 231 - color contains mainly: red. Hex color #E71962 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71962 is #18E69D. Grayscale: #5E5E5E. Windows color (decimal): -1631902 or 6429159. OLE color: 6429159.

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

Color convert

RGB 231 25 98 -
CMYK 0 0.89 0.58 0.09
HSL 338.74º 0.81% 0.5% -
HSV(B) 338.74º 0.89% 0.91% -
XYZ 35.51 18.57 13.27 -
YUV 94.92 129.75 225.06 -
System Red Green Blue C M Y K H S L
Decimal 231 25 98 0 0.89 0.58 0.09 338.74 0.81 0.5
Hex E7 19 62 0 59 3A 9 153 51 32
Octal 347 31 142 0 131 72 11 523 121 62
Binary 11100111 11001 1100010 0 1011001 111010 1001 101010011 1010001 110010

Color Harmonies of #E71962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71962

Black with #E71962

Text Example


Text Example

White with #E71962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71962; }

 p { color: rgb(231,25,98); }

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

background-color css

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

 a { background-color: rgb(231,25,98); }

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

border-color css

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

 span { border-color: rgb(231,25,98); }

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