Html Css Color HEX #E62072 Ruby

📋 copy color: '#E62072'

red 230 ◦ green 32 ◦ blue 114

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

Shades of Ruby #E62072

Tints of Ruby #E62072

RGB

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

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

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

R = 61.17%
G = 8.51%
B = 30.32%

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

#E62072 (or 0xE62072) is known color: Ruby. HEX triplet: E6, 20 and 72. RGB value is (230,32,114). Sum of RGB (Red+Green+Blue) = 230+32+114=376 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.17% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 230 - color contains mainly: red. Hex color #E62072 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62072 is #19DF8D. Grayscale: #646464. Windows color (decimal): -1695630 or 7479526. OLE color: 7479526.

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

Color convert

RGB 230 32 114 -
CMYK 0 0.86 0.50 0.10
HSL 335.15º 0.8% 0.51% -
HSV(B) 335.15º 0.86% 0.9% -
XYZ 36.19 19.07 17.69 -
YUV 100.55 135.6 220.33 -
System Red Green Blue C M Y K H S L
Decimal 230 32 114 0 0.86 0.50 0.10 335.15 0.8 0.51
Hex E6 20 72 0 56 32 A 14F 50 33
Octal 346 40 162 0 126 62 12 517 120 63
Binary 11100110 100000 1110010 0 1010110 110010 1010 101001111 1010000 110011

Color Harmonies of #E62072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62072

Black with #E62072

Text Example


Text Example

White with #E62072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62072; }

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

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

background-color css

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

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

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

border-color css

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

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

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