Html Css Color HEX #E62070 Ruby

📋 copy color: '#E62070'

red 230 ◦ green 32 ◦ blue 112

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

Shades of Ruby #E62070

Tints of Ruby #E62070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.95%

R = 61.5%
G = 8.56%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E62070 (or 0xE62070) is known color: Ruby. HEX triplet: E6, 20 and 70. RGB value is (230,32,112). Sum of RGB (Red+Green+Blue) = 230+32+112=374 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.50% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 230 - color contains mainly: red. Hex color #E62070 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62070 is #19DF8F. Grayscale: #646464. Windows color (decimal): -1695632 or 7348454. OLE color: 7348454.

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

Color convert

RGB 230 32 112 -
CMYK 0 0.86 0.51 0.10
HSL 335.76º 0.8% 0.51% -
HSV(B) 335.76º 0.86% 0.9% -
XYZ 36.07 19.03 17.1 -
YUV 100.32 134.6 220.5 -
System Red Green Blue C M Y K H S L
Decimal 230 32 112 0 0.86 0.51 0.10 335.76 0.8 0.51
Hex E6 20 70 0 56 33 A 150 50 33
Octal 346 40 160 0 126 63 12 520 120 63
Binary 11100110 100000 1110000 0 1010110 110011 1010 101010000 1010000 110011

Color Harmonies of #E62070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62070

Black with #E62070

Text Example


Text Example

White with #E62070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62070; }

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

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

background-color css

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

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

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

border-color css

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

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

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