Html Css Color HEX #E61066 Ruby

📋 copy color: '#E61066'

red 230 ◦ green 16 ◦ blue 102

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

Shades of Ruby #E61066

Tints of Ruby #E61066

RGB

 RED value IS 230 (90.23% from 255) = 66.09%

 GREEN value IS 16 (6.64% from 255) = 4.6%

 BLUE value IS 102 (40.23% from 255) = 29.31%

R = 66.09%
G = 4.6%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E61066 (or 0xE61066) is known color: Ruby. HEX triplet: E6, 10 and 66. RGB value is (230,16,102). Sum of RGB (Red+Green+Blue) = 230+16+102=348 (46% of max value = 765). Red value is 230 (90.23% from 255 or 66.09% from 348); Green value is 16 (6.64% from 255 or 4.60% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 230 - color contains mainly: red. Hex color #E61066 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61066 is #19EF99. Grayscale: #595959. Windows color (decimal): -1699738 or 6688998. OLE color: 6688998.

HSL color Cylindrical-coordinate representation of color #E61066: hue angle of 335.89º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E61066 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 16 102 -
CMYK 0 0.93 0.56 0.10
HSL 335.89º 0.87% 0.48% -
HSV(B) 335.89º 0.93% 0.9% -
XYZ 35.22 18.15 14.22 -
YUV 89.79 134.9 228.01 -
System Red Green Blue C M Y K H S L
Decimal 230 16 102 0 0.93 0.56 0.10 335.89 0.87 0.48
Hex E6 10 66 0 5D 38 A 150 57 30
Octal 346 20 146 0 135 70 12 520 127 60
Binary 11100110 10000 1100110 0 1011101 111000 1010 101010000 1010111 110000

Color Harmonies of #E61066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61066

Black with #E61066

Text Example


Text Example

White with #E61066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61066; }

 p { color: rgb(230,16,102); }

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

background-color css

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

 a { background-color: rgb(230,16,102); }

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

border-color css

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

 span { border-color: rgb(230,16,102); }

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