Html Css Color HEX #E30775 Ruby

📋 copy color: '#E30775'

red 227 ◦ green 7 ◦ blue 117

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

Shades of Ruby #E30775

Tints of Ruby #E30775

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.99%

 BLUE value IS 117 (46.09% from 255) = 33.33%

R = 64.67%
G = 1.99%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E30775 (or 0xE30775) is known color: Ruby. HEX triplet: E3, 07 and 75. RGB value is (227,7,117). Sum of RGB (Red+Green+Blue) = 227+7+117=351 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.67% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 227 - color contains mainly: red. Hex color #E30775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30775 is #1CF88A. Grayscale: #555555. Windows color (decimal): -1898635 or 7669731. OLE color: 7669731.

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

Color convert

RGB 227 7 117 -
CMYK 0 0.97 0.48 0.11
HSL 330º 0.94% 0.46% -
HSV(B) 330º 0.97% 0.89% -
XYZ 34.97 17.77 18.42 -
YUV 85.32 145.89 229.06 -
System Red Green Blue C M Y K H S L
Decimal 227 7 117 0 0.97 0.48 0.11 330 0.94 0.46
Hex E3 7 75 0 61 30 B 14A 5E 2E
Octal 343 7 165 0 141 60 13 512 136 56
Binary 11100011 111 1110101 0 1100001 110000 1011 101001010 1011110 101110

Color Harmonies of #E30775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30775

Black with #E30775

Text Example


Text Example

White with #E30775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30775; }

 p { color: rgb(227,7,117); }

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

background-color css

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

 a { background-color: rgb(227,7,117); }

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

border-color css

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

 span { border-color: rgb(227,7,117); }

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