Html Css Color HEX #E91462 Ruby

📋 copy color: '#E91462'

red 233 ◦ green 20 ◦ blue 98

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

Shades of Ruby #E91462

Tints of Ruby #E91462

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.7%

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

R = 66.38%
G = 5.7%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#E91462 (or 0xE91462) is known color: Ruby. HEX triplet: E9, 14 and 62. RGB value is (233,20,98). Sum of RGB (Red+Green+Blue) = 233+20+98=351 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.38% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 98 (38.67% from 255 or 27.92% from 351); Max value from RGB is 233 - color contains mainly: red. Hex color #E91462 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91462 is #16EB9D. Grayscale: #5C5C5C. Windows color (decimal): -1502110 or 6427881. OLE color: 6427881.

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

Color convert

RGB 233 20 98 -
CMYK 0 0.91 0.58 0.09
HSL 338.03º 0.84% 0.5% -
HSV(B) 338.03º 0.91% 0.91% -
XYZ 36.06 18.71 13.27 -
YUV 92.58 131.07 228.16 -
System Red Green Blue C M Y K H S L
Decimal 233 20 98 0 0.91 0.58 0.09 338.03 0.84 0.5
Hex E9 14 62 0 5B 3A 9 152 54 32
Octal 351 24 142 0 133 72 11 522 124 62
Binary 11101001 10100 1100010 0 1011011 111010 1001 101010010 1010100 110010

Color Harmonies of #E91462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91462

Black with #E91462

Text Example


Text Example

White with #E91462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91462; }

 p { color: rgb(233,20,98); }

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

background-color css

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

 a { background-color: rgb(233,20,98); }

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

border-color css

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

 span { border-color: rgb(233,20,98); }

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