Html Css Color HEX #E40970 Ruby

📋 copy color: '#E40970'

red 228 ◦ green 9 ◦ blue 112

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

Shades of Ruby #E40970

Tints of Ruby #E40970

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.58%

 BLUE value IS 112 (44.14% from 255) = 32.09%

R = 65.33%
G = 2.58%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E40970 (or 0xE40970) is known color: Ruby. HEX triplet: E4, 09 and 70. RGB value is (228,9,112). Sum of RGB (Red+Green+Blue) = 228+9+112=349 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.33% from 349); Green value is 9 (3.91% from 255 or 2.58% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 228 - color contains mainly: red. Hex color #E40970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40970 is #1BF68F. Grayscale: #565656. Windows color (decimal): -1832592 or 7342564. OLE color: 7342564.

HSL color Cylindrical-coordinate representation of color #E40970: hue angle of 331.78º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E40970 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 9 112 -
CMYK 0 0.96 0.51 0.11
HSL 331.78º 0.92% 0.46% -
HSV(B) 331.78º 0.96% 0.89% -
XYZ 35.02 17.86 16.93 -
YUV 86.22 142.55 229.12 -
System Red Green Blue C M Y K H S L
Decimal 228 9 112 0 0.96 0.51 0.11 331.78 0.92 0.46
Hex E4 9 70 0 60 33 B 14C 5C 2E
Octal 344 11 160 0 140 63 13 514 134 56
Binary 11100100 1001 1110000 0 1100000 110011 1011 101001100 1011100 101110

Color Harmonies of #E40970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40970

Black with #E40970

Text Example


Text Example

White with #E40970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40970; }

 p { color: rgb(228,9,112); }

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

background-color css

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

 a { background-color: rgb(228,9,112); }

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

border-color css

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

 span { border-color: rgb(228,9,112); }

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