Html Css Color HEX #E0066E Ruby

📋 copy color: '#E0066E'

red 224 ◦ green 6 ◦ blue 110

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

Shades of Ruby #E0066E

Tints of Ruby #E0066E

RGB

 RED value IS 224 (87.89% from 255) = 65.88%

 GREEN value IS 6 (2.73% from 255) = 1.76%

 BLUE value IS 110 (43.36% from 255) = 32.35%

R = 65.88%
G = 1.76%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E0066E (or 0xE0066E) is known color: Ruby. HEX triplet: E0, 06 and 6E. RGB value is (224,6,110). Sum of RGB (Red+Green+Blue) = 224+6+110=340 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.88% from 340); Green value is 6 (2.73% from 255 or 1.76% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 224 - color contains mainly: red. Hex color #E0066E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0066E is #1FF991. Grayscale: #525252. Windows color (decimal): -2095506 or 7210720. OLE color: 7210720.

HSL color Cylindrical-coordinate representation of color #E0066E: hue angle of 331.38º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E0066E is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 6 110 -
CMYK 0 0.97 0.51 0.12
HSL 331.38º 0.95% 0.45% -
HSV(B) 331.38º 0.97% 0.88% -
XYZ 33.62 17.1 16.28 -
YUV 83.04 143.22 228.54 -
System Red Green Blue C M Y K H S L
Decimal 224 6 110 0 0.97 0.51 0.12 331.38 0.95 0.45
Hex E0 6 6E 0 61 33 C 14B 5F 2D
Octal 340 6 156 0 141 63 14 513 137 55
Binary 11100000 110 1101110 0 1100001 110011 1100 101001011 1011111 101101

Color Harmonies of #E0066E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0066E

Black with #E0066E

Text Example


Text Example

White with #E0066E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0066E; }

 p { color: rgb(224,6,110); }

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

background-color css

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

 a { background-color: rgb(224,6,110); }

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

border-color css

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

 span { border-color: rgb(224,6,110); }

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