Html Css Color HEX #E9145F Ruby

📋 copy color: '#E9145F'

red 233 ◦ green 20 ◦ blue 95

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

Shades of Ruby #E9145F

Tints of Ruby #E9145F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.3%

R = 66.95%
G = 5.75%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E9145F (or 0xE9145F) is known color: Ruby. HEX triplet: E9, 14 and 5F. RGB value is (233,20,95). Sum of RGB (Red+Green+Blue) = 233+20+95=348 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.95% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 233 - color contains mainly: red. Hex color #E9145F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9145F is #16EBA0. Grayscale: #5C5C5C. Windows color (decimal): -1502113 or 6231273. OLE color: 6231273.

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

Color convert

RGB 233 20 95 -
CMYK 0 0.91 0.59 0.09
HSL 338.87º 0.84% 0.5% -
HSV(B) 338.87º 0.91% 0.91% -
XYZ 35.92 18.65 12.53 -
YUV 92.24 129.57 228.4 -
System Red Green Blue C M Y K H S L
Decimal 233 20 95 0 0.91 0.59 0.09 338.87 0.84 0.5
Hex E9 14 5F 0 5B 3B 9 153 54 32
Octal 351 24 137 0 133 73 11 523 124 62
Binary 11101001 10100 1011111 0 1011011 111011 1001 101010011 1010100 110010

Color Harmonies of #E9145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9145F

Black with #E9145F

Text Example


Text Example

White with #E9145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9145F; }

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

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

background-color css

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

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

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

border-color css

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

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

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