Html Css Color HEX #E91269 Ruby

📋 copy color: '#E91269'

red 233 ◦ green 18 ◦ blue 105

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

Shades of Ruby #E91269

Tints of Ruby #E91269

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.06%

 BLUE value IS 105 (41.41% from 255) = 29.49%

R = 65.45%
G = 5.06%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E91269 (or 0xE91269) is known color: Ruby. HEX triplet: E9, 12 and 69. RGB value is (233,18,105). Sum of RGB (Red+Green+Blue) = 233+18+105=356 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.45% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 233 - color contains mainly: red. Hex color #E91269 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91269 is #16ED96. Grayscale: #5C5C5C. Windows color (decimal): -1502615 or 6886121. OLE color: 6886121.

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

Color convert

RGB 233 18 105 -
CMYK 0 0.92 0.55 0.09
HSL 335.72º 0.86% 0.49% -
HSV(B) 335.72º 0.92% 0.91% -
XYZ 36.37 18.78 15.07 -
YUV 92.2 135.23 228.43 -
System Red Green Blue C M Y K H S L
Decimal 233 18 105 0 0.92 0.55 0.09 335.72 0.86 0.49
Hex E9 12 69 0 5C 37 9 150 56 31
Octal 351 22 151 0 134 67 11 520 126 61
Binary 11101001 10010 1101001 0 1011100 110111 1001 101010000 1010110 110001

Color Harmonies of #E91269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91269

Black with #E91269

Text Example


Text Example

White with #E91269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91269; }

 p { color: rgb(233,18,105); }

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

background-color css

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

 a { background-color: rgb(233,18,105); }

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

border-color css

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

 span { border-color: rgb(233,18,105); }

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