Html Css Color HEX #E4145A Ruby

📋 copy color: '#E4145A'

red 228 ◦ green 20 ◦ blue 90

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

Shades of Ruby #E4145A

Tints of Ruby #E4145A

RGB

 RED value IS 228 (89.45% from 255) = 67.46%

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

 BLUE value IS 90 (35.55% from 255) = 26.63%

R = 67.46%
G = 5.92%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#E4145A (or 0xE4145A) is known color: Ruby. HEX triplet: E4, 14 and 5A. RGB value is (228,20,90). Sum of RGB (Red+Green+Blue) = 228+20+90=338 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.46% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 228 - color contains mainly: red. Hex color #E4145A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4145A is #1BEBA5. Grayscale: #5A5A5A. Windows color (decimal): -1829798 or 5903588. OLE color: 5903588.

HSL color Cylindrical-coordinate representation of color #E4145A: hue angle of 339.81º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E4145A is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 20 90 -
CMYK 0 0.91 0.61 0.11
HSL 339.81º 0.84% 0.49% -
HSV(B) 339.81º 0.91% 0.89% -
XYZ 34.09 17.73 11.3 -
YUV 90.17 127.91 226.31 -
System Red Green Blue C M Y K H S L
Decimal 228 20 90 0 0.91 0.61 0.11 339.81 0.84 0.49
Hex E4 14 5A 0 5B 3D B 154 54 31
Octal 344 24 132 0 133 75 13 524 124 61
Binary 11100100 10100 1011010 0 1011011 111101 1011 101010100 1010100 110001

Color Harmonies of #E4145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4145A

Black with #E4145A

Text Example


Text Example

White with #E4145A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4145A; }

 p { color: rgb(228,20,90); }

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

background-color css

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

 a { background-color: rgb(228,20,90); }

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

border-color css

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

 span { border-color: rgb(228,20,90); }

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