Html Css Color HEX #E30279 Ruby

📋 copy color: '#E30279'

red 227 ◦ green 2 ◦ blue 121

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

Shades of Ruby #E30279

Tints of Ruby #E30279

RGB

 RED value IS 227 (89.06% from 255) = 64.86%

 GREEN value IS 2 (1.17% from 255) = 0.57%

 BLUE value IS 121 (47.66% from 255) = 34.57%

R = 64.86%
G = 0.57%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E30279 (or 0xE30279) is known color: Ruby. HEX triplet: E3, 02 and 79. RGB value is (227,2,121). Sum of RGB (Red+Green+Blue) = 227+2+121=350 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.86% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 227 - color contains mainly: red. Hex color #E30279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30279 is #1CFD86. Grayscale: #525252. Windows color (decimal): -1899911 or 7930595. OLE color: 7930595.

HSL color Cylindrical-coordinate representation of color #E30279: hue angle of 328.27º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E30279 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 2 121 -
CMYK 0 0.99 0.47 0.11
HSL 328.27º 0.98% 0.45% -
HSV(B) 328.27º 0.99% 0.89% -
XYZ 35.15 17.75 19.66 -
YUV 82.84 149.54 230.82 -
System Red Green Blue C M Y K H S L
Decimal 227 2 121 0 0.99 0.47 0.11 328.27 0.98 0.45
Hex E3 2 79 0 63 2F B 148 62 2D
Octal 343 2 171 0 143 57 13 510 142 55
Binary 11100011 10 1111001 0 1100011 101111 1011 101001000 1100010 101101

Color Harmonies of #E30279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30279

Black with #E30279

Text Example


Text Example

White with #E30279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30279; }

 p { color: rgb(227,2,121); }

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

background-color css

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

 a { background-color: rgb(227,2,121); }

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

border-color css

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

 span { border-color: rgb(227,2,121); }

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