Html Css Color HEX #E62064 Ruby

📋 copy color: '#E62064'

red 230 ◦ green 32 ◦ blue 100

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

Shades of Ruby #E62064

Tints of Ruby #E62064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.62%

R = 63.54%
G = 8.84%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#E62064 (or 0xE62064) is known color: Ruby. HEX triplet: E6, 20 and 64. RGB value is (230,32,100). Sum of RGB (Red+Green+Blue) = 230+32+100=362 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.54% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 230 - color contains mainly: red. Hex color #E62064 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62064 is #19DF9B. Grayscale: #626262. Windows color (decimal): -1695644 or 6562022. OLE color: 6562022.

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

Color convert

RGB 230 32 100 -
CMYK 0 0.86 0.57 0.10
HSL 339.39º 0.8% 0.51% -
HSV(B) 339.39º 0.86% 0.9% -
XYZ 35.45 18.78 13.81 -
YUV 98.95 128.6 221.47 -
System Red Green Blue C M Y K H S L
Decimal 230 32 100 0 0.86 0.57 0.10 339.39 0.8 0.51
Hex E6 20 64 0 56 39 A 153 50 33
Octal 346 40 144 0 126 71 12 523 120 63
Binary 11100110 100000 1100100 0 1010110 111001 1010 101010011 1010000 110011

Color Harmonies of #E62064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62064

Black with #E62064

Text Example


Text Example

White with #E62064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62064; }

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

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

background-color css

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

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

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

border-color css

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

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

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