Html Css Color HEX #E61872 Ruby

📋 copy color: '#E61872'

red 230 ◦ green 24 ◦ blue 114

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

Shades of Ruby #E61872

Tints of Ruby #E61872

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.52%

 BLUE value IS 114 (44.92% from 255) = 30.98%

R = 62.5%
G = 6.52%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E61872 (or 0xE61872) is known color: Ruby. HEX triplet: E6, 18 and 72. RGB value is (230,24,114). Sum of RGB (Red+Green+Blue) = 230+24+114=368 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.5% from 368); Green value is 24 (9.77% from 255 or 6.52% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 230 - color contains mainly: red. Hex color #E61872 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61872 is #19E78D. Grayscale: #5F5F5F. Windows color (decimal): -1697678 or 7477478. OLE color: 7477478.

HSL color Cylindrical-coordinate representation of color #E61872: hue angle of 333.79º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E61872 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 24 114 -
CMYK 0 0.90 0.50 0.10
HSL 333.79º 0.81% 0.5% -
HSV(B) 333.79º 0.9% 0.9% -
XYZ 36 18.69 17.63 -
YUV 95.85 138.25 223.68 -
System Red Green Blue C M Y K H S L
Decimal 230 24 114 0 0.90 0.50 0.10 333.79 0.81 0.5
Hex E6 18 72 0 5A 32 A 14E 51 32
Octal 346 30 162 0 132 62 12 516 121 62
Binary 11100110 11000 1110010 0 1011010 110010 1010 101001110 1010001 110010

Color Harmonies of #E61872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61872

Black with #E61872

Text Example


Text Example

White with #E61872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61872; }

 p { color: rgb(230,24,114); }

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

background-color css

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

 a { background-color: rgb(230,24,114); }

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

border-color css

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

 span { border-color: rgb(230,24,114); }

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