Html Css Color HEX #E30D75 Ruby

📋 copy color: '#E30D75'

red 227 ◦ green 13 ◦ blue 117

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

Shades of Ruby #E30D75

Tints of Ruby #E30D75

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.64%

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

R = 63.59%
G = 3.64%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E30D75 (or 0xE30D75) is known color: Ruby. HEX triplet: E3, 0D and 75. RGB value is (227,13,117). Sum of RGB (Red+Green+Blue) = 227+13+117=357 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.59% from 357); Green value is 13 (5.47% from 255 or 3.64% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 227 - color contains mainly: red. Hex color #E30D75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30D75 is #1CF28A. Grayscale: #585858. Windows color (decimal): -1897099 or 7671267. OLE color: 7671267.

HSL color Cylindrical-coordinate representation of color #E30D75: hue angle of 330.84º degrees, saturation: 0.89, 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 #E30D75 is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 13 117 -
CMYK 0 0.94 0.48 0.11
HSL 330.84º 0.89% 0.47% -
HSV(B) 330.84º 0.94% 0.89% -
XYZ 35.03 17.9 18.44 -
YUV 88.84 143.9 226.54 -
System Red Green Blue C M Y K H S L
Decimal 227 13 117 0 0.94 0.48 0.11 330.84 0.89 0.47
Hex E3 D 75 0 5E 30 B 14B 59 2F
Octal 343 15 165 0 136 60 13 513 131 57
Binary 11100011 1101 1110101 0 1011110 110000 1011 101001011 1011001 101111

Color Harmonies of #E30D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30D75

Black with #E30D75

Text Example


Text Example

White with #E30D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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