Html Css Color HEX #E0066C Ruby

📋 copy color: '#E0066C'

red 224 ◦ green 6 ◦ blue 108

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

Shades of Ruby #E0066C

Tints of Ruby #E0066C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.95%

R = 66.27%
G = 1.78%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E0066C (or 0xE0066C) is known color: Ruby. HEX triplet: E0, 06 and 6C. RGB value is (224,6,108). Sum of RGB (Red+Green+Blue) = 224+6+108=338 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.27% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 224 - color contains mainly: red. Hex color #E0066C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0066C is #1FF993. Grayscale: #525252. Windows color (decimal): -2095508 or 7079648. OLE color: 7079648.

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

Color convert

RGB 224 6 108 -
CMYK 0 0.97 0.52 0.12
HSL 331.93º 0.95% 0.45% -
HSV(B) 331.93º 0.97% 0.88% -
XYZ 33.51 17.06 15.71 -
YUV 82.81 142.22 228.71 -
System Red Green Blue C M Y K H S L
Decimal 224 6 108 0 0.97 0.52 0.12 331.93 0.95 0.45
Hex E0 6 6C 0 61 34 C 14C 5F 2D
Octal 340 6 154 0 141 64 14 514 137 55
Binary 11100000 110 1101100 0 1100001 110100 1100 101001100 1011111 101101

Color Harmonies of #E0066C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0066C

Black with #E0066C

Text Example


Text Example

White with #E0066C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0066C; }

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

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

background-color css

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

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

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

border-color css

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

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

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