Html Css Color HEX #E30D69 Ruby

📋 copy color: '#E30D69'

red 227 ◦ green 13 ◦ blue 105

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

Shades of Ruby #E30D69

Tints of Ruby #E30D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.43%

R = 65.8%
G = 3.77%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E30D69 (or 0xE30D69) is known color: Ruby. HEX triplet: E3, 0D and 69. RGB value is (227,13,105). Sum of RGB (Red+Green+Blue) = 227+13+105=345 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.80% from 345); Green value is 13 (5.47% from 255 or 3.77% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 227 - color contains mainly: red. Hex color #E30D69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30D69 is #1CF296. Grayscale: #575757. Windows color (decimal): -1897111 or 6884835. OLE color: 6884835.

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

Color convert

RGB 227 13 105 -
CMYK 0 0.94 0.54 0.11
HSL 334.21º 0.89% 0.47% -
HSV(B) 334.21º 0.94% 0.89% -
XYZ 34.37 17.64 14.96 -
YUV 87.47 137.9 227.52 -
System Red Green Blue C M Y K H S L
Decimal 227 13 105 0 0.94 0.54 0.11 334.21 0.89 0.47
Hex E3 D 69 0 5E 36 B 14E 59 2F
Octal 343 15 151 0 136 66 13 516 131 57
Binary 11100011 1101 1101001 0 1011110 110110 1011 101001110 1011001 101111

Color Harmonies of #E30D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30D69

Black with #E30D69

Text Example


Text Example

White with #E30D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30D69; }

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

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

background-color css

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

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

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

border-color css

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

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

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