Html Css Color HEX #E40C69 Ruby

📋 copy color: '#E40C69'

red 228 ◦ green 12 ◦ blue 105

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

Shades of Ruby #E40C69

Tints of Ruby #E40C69

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.48%

 BLUE value IS 105 (41.41% from 255) = 30.43%

R = 66.09%
G = 3.48%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E40C69 (or 0xE40C69) is known color: Ruby. HEX triplet: E4, 0C and 69. RGB value is (228,12,105). Sum of RGB (Red+Green+Blue) = 228+12+105=345 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.09% from 345); Green value is 12 (5.08% from 255 or 3.48% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 228 - color contains mainly: red. Hex color #E40C69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40C69 is #1BF396. Grayscale: #575757. Windows color (decimal): -1831831 or 6884580. OLE color: 6884580.

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

Color convert

RGB 228 12 105 -
CMYK 0 0.95 0.54 0.11
HSL 334.17º 0.9% 0.47% -
HSV(B) 334.17º 0.95% 0.89% -
XYZ 34.68 17.78 14.97 -
YUV 87.19 138.06 228.44 -
System Red Green Blue C M Y K H S L
Decimal 228 12 105 0 0.95 0.54 0.11 334.17 0.9 0.47
Hex E4 C 69 0 5F 36 B 14E 5A 2F
Octal 344 14 151 0 137 66 13 516 132 57
Binary 11100100 1100 1101001 0 1011111 110110 1011 101001110 1011010 101111

Color Harmonies of #E40C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40C69

Black with #E40C69

Text Example


Text Example

White with #E40C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40C69; }

 p { color: rgb(228,12,105); }

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

background-color css

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

 a { background-color: rgb(228,12,105); }

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

border-color css

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

 span { border-color: rgb(228,12,105); }

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