Html Css Color HEX #E30972 Ruby

📋 copy color: '#E30972'

red 227 ◦ green 9 ◦ blue 114

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

Shades of Ruby #E30972

Tints of Ruby #E30972

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.57%

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

R = 64.86%
G = 2.57%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E30972 (or 0xE30972) is known color: Ruby. HEX triplet: E3, 09 and 72. RGB value is (227,9,114). Sum of RGB (Red+Green+Blue) = 227+9+114=350 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.86% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 227 - color contains mainly: red. Hex color #E30972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30972 is #1CF68D. Grayscale: #555555. Windows color (decimal): -1898126 or 7473635. OLE color: 7473635.

HSL color Cylindrical-coordinate representation of color #E30972: hue angle of 331.1º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E30972 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 9 114 -
CMYK 0 0.96 0.50 0.11
HSL 331.1º 0.92% 0.46% -
HSV(B) 331.1º 0.96% 0.89% -
XYZ 34.81 17.74 17.51 -
YUV 86.15 143.72 228.46 -
System Red Green Blue C M Y K H S L
Decimal 227 9 114 0 0.96 0.50 0.11 331.1 0.92 0.46
Hex E3 9 72 0 60 32 B 14B 5C 2E
Octal 343 11 162 0 140 62 13 513 134 56
Binary 11100011 1001 1110010 0 1100000 110010 1011 101001011 1011100 101110

Color Harmonies of #E30972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30972

Black with #E30972

Text Example


Text Example

White with #E30972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30972; }

 p { color: rgb(227,9,114); }

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

background-color css

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

 a { background-color: rgb(227,9,114); }

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

border-color css

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

 span { border-color: rgb(227,9,114); }

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