Html Css Color HEX #E91872 Ruby

📋 copy color: '#E91872'

red 233 ◦ green 24 ◦ blue 114

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

Shades of Ruby #E91872

Tints of Ruby #E91872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.73%

R = 62.8%
G = 6.47%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E91872 (or 0xE91872) is known color: Ruby. HEX triplet: E9, 18 and 72. RGB value is (233,24,114). Sum of RGB (Red+Green+Blue) = 233+24+114=371 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.80% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 233 - color contains mainly: red. Hex color #E91872 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91872 is #16E78D. Grayscale: #606060. Windows color (decimal): -1501070 or 7477481. OLE color: 7477481.

HSL color Cylindrical-coordinate representation of color #E91872: hue angle of 334.16º degrees, saturation: 0.83, 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 #E91872 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 24 114 -
CMYK 0 0.90 0.51 0.09
HSL 334.16º 0.83% 0.5% -
HSV(B) 334.16º 0.9% 0.91% -
XYZ 36.97 19.19 17.68 -
YUV 96.75 137.74 225.18 -
System Red Green Blue C M Y K H S L
Decimal 233 24 114 0 0.90 0.51 0.09 334.16 0.83 0.5
Hex E9 18 72 0 5A 33 9 14E 53 32
Octal 351 30 162 0 132 63 11 516 123 62
Binary 11101001 11000 1110010 0 1011010 110011 1001 101001110 1010011 110010

Color Harmonies of #E91872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91872

Black with #E91872

Text Example


Text Example

White with #E91872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91872; }

 p { color: rgb(233,24,114); }

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

background-color css

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

 a { background-color: rgb(233,24,114); }

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

border-color css

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

 span { border-color: rgb(233,24,114); }

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