Html Css Color HEX #E62074 Ruby

📋 copy color: '#E62074'

red 230 ◦ green 32 ◦ blue 116

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

Shades of Ruby #E62074

Tints of Ruby #E62074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.69%

R = 60.85%
G = 8.47%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E62074 (or 0xE62074) is known color: Ruby. HEX triplet: E6, 20 and 74. RGB value is (230,32,116). Sum of RGB (Red+Green+Blue) = 230+32+116=378 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.85% from 378); Green value is 32 (12.89% from 255 or 8.47% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 230 - color contains mainly: red. Hex color #E62074 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62074 is #19DF8B. Grayscale: #646464. Windows color (decimal): -1695628 or 7610598. OLE color: 7610598.

HSL color Cylindrical-coordinate representation of color #E62074: hue angle of 334.55º 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 #E62074 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 32 116 -
CMYK 0 0.86 0.50 0.10
HSL 334.55º 0.8% 0.51% -
HSV(B) 334.55º 0.86% 0.9% -
XYZ 36.3 19.12 18.3 -
YUV 100.78 136.6 220.17 -
System Red Green Blue C M Y K H S L
Decimal 230 32 116 0 0.86 0.50 0.10 334.55 0.8 0.51
Hex E6 20 74 0 56 32 A 14F 50 33
Octal 346 40 164 0 126 62 12 517 120 63
Binary 11100110 100000 1110100 0 1010110 110010 1010 101001111 1010000 110011

Color Harmonies of #E62074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62074

Black with #E62074

Text Example


Text Example

White with #E62074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62074; }

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

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

background-color css

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

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

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

border-color css

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

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

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