Html Css Color HEX #E61466 Ruby

📋 copy color: '#E61466'

red 230 ◦ green 20 ◦ blue 102

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

Shades of Ruby #E61466

Tints of Ruby #E61466

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.68%

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

R = 65.34%
G = 5.68%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E61466 (or 0xE61466) is known color: Ruby. HEX triplet: E6, 14 and 66. RGB value is (230,20,102). Sum of RGB (Red+Green+Blue) = 230+20+102=352 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.34% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 230 - color contains mainly: red. Hex color #E61466 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61466 is #19EB99. Grayscale: #5C5C5C. Windows color (decimal): -1698714 or 6690022. OLE color: 6690022.

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

Color convert

RGB 230 20 102 -
CMYK 0 0.91 0.56 0.10
HSL 336.57º 0.84% 0.49% -
HSV(B) 336.57º 0.91% 0.9% -
XYZ 35.28 18.28 14.24 -
YUV 92.14 133.57 226.33 -
System Red Green Blue C M Y K H S L
Decimal 230 20 102 0 0.91 0.56 0.10 336.57 0.84 0.49
Hex E6 14 66 0 5B 38 A 151 54 31
Octal 346 24 146 0 133 70 12 521 124 61
Binary 11100110 10100 1100110 0 1011011 111000 1010 101010001 1010100 110001

Color Harmonies of #E61466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61466

Black with #E61466

Text Example


Text Example

White with #E61466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61466; }

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

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

background-color css

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

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

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

border-color css

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

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

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