Html Css Color HEX #E30E69 Ruby

📋 copy color: '#E30E69'

red 227 ◦ green 14 ◦ blue 105

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

Shades of Ruby #E30E69

Tints of Ruby #E30E69

RGB

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

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

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

R = 65.61%
G = 4.05%
B = 30.35%

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

#E30E69 (or 0xE30E69) is known color: Ruby. HEX triplet: E3, 0E and 69. RGB value is (227,14,105). Sum of RGB (Red+Green+Blue) = 227+14+105=346 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.61% from 346); Green value is 14 (5.86% from 255 or 4.05% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 227 - color contains mainly: red. Hex color #E30E69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30E69 is #1CF196. Grayscale: #575757. Windows color (decimal): -1896855 or 6885091. OLE color: 6885091.

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

Color convert

RGB 227 14 105 -
CMYK 0 0.94 0.54 0.11
HSL 334.37º 0.88% 0.47% -
HSV(B) 334.37º 0.94% 0.89% -
XYZ 34.39 17.66 14.96 -
YUV 88.06 137.57 227.1 -
System Red Green Blue C M Y K H S L
Decimal 227 14 105 0 0.94 0.54 0.11 334.37 0.88 0.47
Hex E3 E 69 0 5E 36 B 14E 58 2F
Octal 343 16 151 0 136 66 13 516 130 57
Binary 11100011 1110 1101001 0 1011110 110110 1011 101001110 1011000 101111

Color Harmonies of #E30E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30E69

Black with #E30E69

Text Example


Text Example

White with #E30E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30E69; }

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

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

background-color css

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

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

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

border-color css

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

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

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