Html Css Color HEX #E0066F Ruby

📋 copy color: '#E0066F'

red 224 ◦ green 6 ◦ blue 111

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

Shades of Ruby #E0066F

Tints of Ruby #E0066F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.55%

R = 65.69%
G = 1.76%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E0066F (or 0xE0066F) is known color: Ruby. HEX triplet: E0, 06 and 6F. RGB value is (224,6,111). Sum of RGB (Red+Green+Blue) = 224+6+111=341 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.69% from 341); Green value is 6 (2.73% from 255 or 1.76% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 224 - color contains mainly: red. Hex color #E0066F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0066F is #1FF990. Grayscale: #525252. Windows color (decimal): -2095505 or 7276256. OLE color: 7276256.

HSL color Cylindrical-coordinate representation of color #E0066F: hue angle of 331.1º 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 #E0066F is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 6 111 -
CMYK 0 0.97 0.50 0.12
HSL 331.1º 0.95% 0.45% -
HSV(B) 331.1º 0.97% 0.88% -
XYZ 33.67 17.13 16.57 -
YUV 83.15 143.72 228.46 -
System Red Green Blue C M Y K H S L
Decimal 224 6 111 0 0.97 0.50 0.12 331.1 0.95 0.45
Hex E0 6 6F 0 61 32 C 14B 5F 2D
Octal 340 6 157 0 141 62 14 513 137 55
Binary 11100000 110 1101111 0 1100001 110010 1100 101001011 1011111 101101

Color Harmonies of #E0066F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0066F

Black with #E0066F

Text Example


Text Example

White with #E0066F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0066F; }

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

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

background-color css

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

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

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

border-color css

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

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

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