Html Css Color HEX #E62073 Ruby

📋 copy color: '#E62073'

red 230 ◦ green 32 ◦ blue 115

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

Shades of Ruby #E62073

Tints of Ruby #E62073

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.49%

 BLUE value IS 115 (45.31% from 255) = 30.5%

R = 61.01%
G = 8.49%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.5

 K value IS 0.10

RGB Variations

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

Color information

#E62073 (or 0xE62073) is known color: Ruby. HEX triplet: E6, 20 and 73. RGB value is (230,32,115). Sum of RGB (Red+Green+Blue) = 230+32+115=377 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.01% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 230 - color contains mainly: red. Hex color #E62073 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62073 is #19DF8C. Grayscale: #646464. Windows color (decimal): -1695629 or 7545062. OLE color: 7545062.

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

Color convert

RGB 230 32 115 -
CMYK 0 0.86 0.5 0.10
HSL 334.85º 0.8% 0.51% -
HSV(B) 334.85º 0.86% 0.9% -
XYZ 36.24 19.09 17.99 -
YUV 100.66 136.1 220.25 -
System Red Green Blue C M Y K H S L
Decimal 230 32 115 0 0.86 0.5 0.10 334.85 0.8 0.51
Hex E6 20 73 0 56 32 A 14F 50 33
Octal 346 40 163 0 126 62 12 517 120 63
Binary 11100110 100000 1110011 0 1010110 110010 1010 101001111 1010000 110011

Color Harmonies of #E62073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62073

Black with #E62073

Text Example


Text Example

White with #E62073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62073; }

 p { color: rgb(230,32,115); }

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

background-color css

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

 a { background-color: rgb(230,32,115); }

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

border-color css

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

 span { border-color: rgb(230,32,115); }

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