Html Css Color HEX #E50C69 Ruby

📋 copy color: '#E50C69'

red 229 ◦ green 12 ◦ blue 105

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

Shades of Ruby #E50C69

Tints of Ruby #E50C69

RGB

 RED value IS 229 (89.84% from 255) = 66.18%

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

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

R = 66.18%
G = 3.47%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E50C69 (or 0xE50C69) is known color: Ruby. HEX triplet: E5, 0C and 69. RGB value is (229,12,105). Sum of RGB (Red+Green+Blue) = 229+12+105=346 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.18% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 229 - color contains mainly: red. Hex color #E50C69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50C69 is #1AF396. Grayscale: #575757. Windows color (decimal): -1766295 or 6884581. OLE color: 6884581.

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

Color convert

RGB 229 12 105 -
CMYK 0 0.95 0.54 0.10
HSL 334.29º 0.9% 0.47% -
HSV(B) 334.29º 0.95% 0.9% -
XYZ 34.99 17.94 14.98 -
YUV 87.49 137.89 228.94 -
System Red Green Blue C M Y K H S L
Decimal 229 12 105 0 0.95 0.54 0.10 334.29 0.9 0.47
Hex E5 C 69 0 5F 36 A 14E 5A 2F
Octal 345 14 151 0 137 66 12 516 132 57
Binary 11100101 1100 1101001 0 1011111 110110 1010 101001110 1011010 101111

Color Harmonies of #E50C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50C69

Black with #E50C69

Text Example


Text Example

White with #E50C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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