Html Css Color HEX #E91F64 Ruby

📋 copy color: '#E91F64'

red 233 ◦ green 31 ◦ blue 100

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

Shades of Ruby #E91F64

Tints of Ruby #E91F64

RGB

 RED value IS 233 (91.41% from 255) = 64.01%

 GREEN value IS 31 (12.5% from 255) = 8.52%

 BLUE value IS 100 (39.45% from 255) = 27.47%

R = 64.01%
G = 8.52%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E91F64 (or 0xE91F64) is known color: Ruby. HEX triplet: E9, 1F and 64. RGB value is (233,31,100). Sum of RGB (Red+Green+Blue) = 233+31+100=364 (48% of max value = 765). Red value is 233 (91.41% from 255 or 64.01% from 364); Green value is 31 (12.5% from 255 or 8.52% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 233 - color contains mainly: red. Hex color #E91F64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91F64 is #16E09B. Grayscale: #636363. Windows color (decimal): -1499292 or 6561769. OLE color: 6561769.

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

Color convert

RGB 233 31 100 -
CMYK 0 0.87 0.57 0.09
HSL 339.5º 0.82% 0.52% -
HSV(B) 339.5º 0.87% 0.91% -
XYZ 36.39 19.22 13.85 -
YUV 99.26 128.42 223.39 -
System Red Green Blue C M Y K H S L
Decimal 233 31 100 0 0.87 0.57 0.09 339.5 0.82 0.52
Hex E9 1F 64 0 57 39 9 154 52 34
Octal 351 37 144 0 127 71 11 524 122 64
Binary 11101001 11111 1100100 0 1010111 111001 1001 101010100 1010010 110100

Color Harmonies of #E91F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91F64

Black with #E91F64

Text Example


Text Example

White with #E91F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91F64; }

 p { color: rgb(233,31,100); }

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

background-color css

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

 a { background-color: rgb(233,31,100); }

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

border-color css

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

 span { border-color: rgb(233,31,100); }

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