Html Css Color HEX #E30D62 Ruby

📋 copy color: '#E30D62'

red 227 ◦ green 13 ◦ blue 98

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

Shades of Ruby #E30D62

Tints of Ruby #E30D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.99%

R = 67.16%
G = 3.85%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#E30D62 (or 0xE30D62) is known color: Ruby. HEX triplet: E3, 0D and 62. RGB value is (227,13,98). Sum of RGB (Red+Green+Blue) = 227+13+98=338 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.16% from 338); Green value is 13 (5.47% from 255 or 3.85% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 227 - color contains mainly: red. Hex color #E30D62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30D62 is #1CF29D. Grayscale: #565656. Windows color (decimal): -1897118 or 6426083. OLE color: 6426083.

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

Color convert

RGB 227 13 98 -
CMYK 0 0.94 0.57 0.11
HSL 336.17º 0.89% 0.47% -
HSV(B) 336.17º 0.94% 0.89% -
XYZ 34.03 17.5 13.14 -
YUV 86.68 134.4 228.09 -
System Red Green Blue C M Y K H S L
Decimal 227 13 98 0 0.94 0.57 0.11 336.17 0.89 0.47
Hex E3 D 62 0 5E 39 B 150 59 2F
Octal 343 15 142 0 136 71 13 520 131 57
Binary 11100011 1101 1100010 0 1011110 111001 1011 101010000 1011001 101111

Color Harmonies of #E30D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30D62

Black with #E30D62

Text Example


Text Example

White with #E30D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30D62; }

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

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

background-color css

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

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

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

border-color css

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

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

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