Html Css Color HEX #E9145C Ruby

📋 copy color: '#E9145C'

red 233 ◦ green 20 ◦ blue 92

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

Shades of Ruby #E9145C

Tints of Ruby #E9145C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.67%

R = 67.54%
G = 5.8%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E9145C (or 0xE9145C) is known color: Ruby. HEX triplet: E9, 14 and 5C. RGB value is (233,20,92). Sum of RGB (Red+Green+Blue) = 233+20+92=345 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.54% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 233 - color contains mainly: red. Hex color #E9145C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9145C is #16EBA3. Grayscale: #5B5B5B. Windows color (decimal): -1502116 or 6034665. OLE color: 6034665.

HSL color Cylindrical-coordinate representation of color #E9145C: hue angle of 339.72º 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 #E9145C is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 20 92 -
CMYK 0 0.91 0.61 0.09
HSL 339.72º 0.84% 0.5% -
HSV(B) 339.72º 0.91% 0.91% -
XYZ 35.79 18.6 11.83 -
YUV 91.9 128.07 228.65 -
System Red Green Blue C M Y K H S L
Decimal 233 20 92 0 0.91 0.61 0.09 339.72 0.84 0.5
Hex E9 14 5C 0 5B 3D 9 154 54 32
Octal 351 24 134 0 133 75 11 524 124 62
Binary 11101001 10100 1011100 0 1011011 111101 1001 101010100 1010100 110010

Color Harmonies of #E9145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9145C

Black with #E9145C

Text Example


Text Example

White with #E9145C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9145C; }

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

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

background-color css

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

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

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

border-color css

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

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

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