Html Css Color HEX #E40D67 Ruby

📋 copy color: '#E40D67'

red 228 ◦ green 13 ◦ blue 103

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

Shades of Ruby #E40D67

Tints of Ruby #E40D67

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.78%

 BLUE value IS 103 (40.63% from 255) = 29.94%

R = 66.28%
G = 3.78%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#E40D67 (or 0xE40D67) is known color: Ruby. HEX triplet: E4, 0D and 67. RGB value is (228,13,103). Sum of RGB (Red+Green+Blue) = 228+13+103=344 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.28% from 344); Green value is 13 (5.47% from 255 or 3.78% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 228 - color contains mainly: red. Hex color #E40D67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40D67 is #1BF298. Grayscale: #575757. Windows color (decimal): -1831577 or 6753764. OLE color: 6753764.

HSL color Cylindrical-coordinate representation of color #E40D67: hue angle of 334.88º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40D67 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 13 103 -
CMYK 0 0.94 0.55 0.11
HSL 334.88º 0.89% 0.47% -
HSV(B) 334.88º 0.94% 0.89% -
XYZ 34.59 17.76 14.44 -
YUV 87.55 136.73 228.18 -
System Red Green Blue C M Y K H S L
Decimal 228 13 103 0 0.94 0.55 0.11 334.88 0.89 0.47
Hex E4 D 67 0 5E 37 B 14F 59 2F
Octal 344 15 147 0 136 67 13 517 131 57
Binary 11100100 1101 1100111 0 1011110 110111 1011 101001111 1011001 101111

Color Harmonies of #E40D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40D67

Black with #E40D67

Text Example


Text Example

White with #E40D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40D67; }

 p { color: rgb(228,13,103); }

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

background-color css

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

 a { background-color: rgb(228,13,103); }

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

border-color css

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

 span { border-color: rgb(228,13,103); }

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