Html Css Color HEX #E61568 Ruby

📋 copy color: '#E61568'

red 230 ◦ green 21 ◦ blue 104

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

Shades of Ruby #E61568

Tints of Ruby #E61568

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.92%

 BLUE value IS 104 (41.02% from 255) = 29.3%

R = 64.79%
G = 5.92%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#E61568 (or 0xE61568) is known color: Ruby. HEX triplet: E6, 15 and 68. RGB value is (230,21,104). Sum of RGB (Red+Green+Blue) = 230+21+104=355 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.79% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 230 - color contains mainly: red. Hex color #E61568 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61568 is #19EA97. Grayscale: #5C5C5C. Windows color (decimal): -1698456 or 6821350. OLE color: 6821350.

HSL color Cylindrical-coordinate representation of color #E61568: hue angle of 336.17º degrees, saturation: 0.83, 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 #E61568 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 21 104 -
CMYK 0 0.91 0.55 0.10
HSL 336.17º 0.83% 0.49% -
HSV(B) 336.17º 0.91% 0.9% -
XYZ 35.4 18.36 14.77 -
YUV 92.95 134.24 225.75 -
System Red Green Blue C M Y K H S L
Decimal 230 21 104 0 0.91 0.55 0.10 336.17 0.83 0.49
Hex E6 15 68 0 5B 37 A 150 53 31
Octal 346 25 150 0 133 67 12 520 123 61
Binary 11100110 10101 1101000 0 1011011 110111 1010 101010000 1010011 110001

Color Harmonies of #E61568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61568

Black with #E61568

Text Example


Text Example

White with #E61568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61568; }

 p { color: rgb(230,21,104); }

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

background-color css

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

 a { background-color: rgb(230,21,104); }

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

border-color css

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

 span { border-color: rgb(230,21,104); }

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