Html Css Color HEX #E30E73 Ruby

📋 copy color: '#E30E73'

red 227 ◦ green 14 ◦ blue 115

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

Shades of Ruby #E30E73

Tints of Ruby #E30E73

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.93%

 BLUE value IS 115 (45.31% from 255) = 32.3%

R = 63.76%
G = 3.93%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E30E73 (or 0xE30E73) is known color: Ruby. HEX triplet: E3, 0E and 73. RGB value is (227,14,115). Sum of RGB (Red+Green+Blue) = 227+14+115=356 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.76% from 356); Green value is 14 (5.86% from 255 or 3.93% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 227 - color contains mainly: red. Hex color #E30E73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30E73 is #1CF18C. Grayscale: #595959. Windows color (decimal): -1896845 or 7540451. OLE color: 7540451.

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

Color convert

RGB 227 14 115 -
CMYK 0 0.94 0.49 0.11
HSL 331.55º 0.88% 0.47% -
HSV(B) 331.55º 0.94% 0.89% -
XYZ 34.93 17.88 17.83 -
YUV 89.2 142.57 226.29 -
System Red Green Blue C M Y K H S L
Decimal 227 14 115 0 0.94 0.49 0.11 331.55 0.88 0.47
Hex E3 E 73 0 5E 31 B 14C 58 2F
Octal 343 16 163 0 136 61 13 514 130 57
Binary 11100011 1110 1110011 0 1011110 110001 1011 101001100 1011000 101111

Color Harmonies of #E30E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30E73

Black with #E30E73

Text Example


Text Example

White with #E30E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30E73; }

 p { color: rgb(227,14,115); }

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

background-color css

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

 a { background-color: rgb(227,14,115); }

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

border-color css

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

 span { border-color: rgb(227,14,115); }

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