Html Css Color HEX #E30C63 Ruby

📋 copy color: '#E30C63'

red 227 ◦ green 12 ◦ blue 99

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

Shades of Ruby #E30C63

Tints of Ruby #E30C63

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.55%

 BLUE value IS 99 (39.06% from 255) = 29.29%

R = 67.16%
G = 3.55%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#E30C63 (or 0xE30C63) is known color: Ruby. HEX triplet: E3, 0C and 63. RGB value is (227,12,99). Sum of RGB (Red+Green+Blue) = 227+12+99=338 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.16% from 338); Green value is 12 (5.08% from 255 or 3.55% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 227 - color contains mainly: red. Hex color #E30C63 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30C63 is #1CF39C. Grayscale: #565656. Windows color (decimal): -1897373 or 6491363. OLE color: 6491363.

HSL color Cylindrical-coordinate representation of color #E30C63: hue angle of 335.72º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E30C63 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 12 99 -
CMYK 0 0.95 0.56 0.11
HSL 335.72º 0.9% 0.47% -
HSV(B) 335.72º 0.95% 0.89% -
XYZ 34.06 17.49 13.39 -
YUV 86.2 135.23 228.43 -
System Red Green Blue C M Y K H S L
Decimal 227 12 99 0 0.95 0.56 0.11 335.72 0.9 0.47
Hex E3 C 63 0 5F 38 B 150 5A 2F
Octal 343 14 143 0 137 70 13 520 132 57
Binary 11100011 1100 1100011 0 1011111 111000 1011 101010000 1011010 101111

Color Harmonies of #E30C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30C63

Black with #E30C63

Text Example


Text Example

White with #E30C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30C63; }

 p { color: rgb(227,12,99); }

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

background-color css

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

 a { background-color: rgb(227,12,99); }

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

border-color css

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

 span { border-color: rgb(227,12,99); }

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