Html Css Color HEX #E60D66 Ruby

📋 copy color: '#E60D66'

red 230 ◦ green 13 ◦ blue 102

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

Shades of Ruby #E60D66

Tints of Ruby #E60D66

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.77%

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

R = 66.67%
G = 3.77%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E60D66 (or 0xE60D66) is known color: Ruby. HEX triplet: E6, 0D and 66. RGB value is (230,13,102). Sum of RGB (Red+Green+Blue) = 230+13+102=345 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.67% from 345); Green value is 13 (5.47% from 255 or 3.77% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D66 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60D66 is #19F299. Grayscale: #575757. Windows color (decimal): -1700506 or 6688230. OLE color: 6688230.

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

Color convert

RGB 230 13 102 -
CMYK 0 0.94 0.56 0.10
HSL 335.39º 0.89% 0.48% -
HSV(B) 335.39º 0.94% 0.9% -
XYZ 35.18 18.07 14.2 -
YUV 88.03 135.89 229.26 -
System Red Green Blue C M Y K H S L
Decimal 230 13 102 0 0.94 0.56 0.10 335.39 0.89 0.48
Hex E6 D 66 0 5E 38 A 14F 59 30
Octal 346 15 146 0 136 70 12 517 131 60
Binary 11100110 1101 1100110 0 1011110 111000 1010 101001111 1011001 110000

Color Harmonies of #E60D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60D66

Black with #E60D66

Text Example


Text Example

White with #E60D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60D66; }

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

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

background-color css

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

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

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

border-color css

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

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

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