Html Css Color HEX #E3147B Ruby

📋 copy color: '#E3147B'

red 227 ◦ green 20 ◦ blue 123

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

Shades of Ruby #E3147B

Tints of Ruby #E3147B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.41%

 BLUE value IS 123 (48.44% from 255) = 33.24%

R = 61.35%
G = 5.41%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E3147B (or 0xE3147B) is known color: Ruby. HEX triplet: E3, 14 and 7B. RGB value is (227,20,123). Sum of RGB (Red+Green+Blue) = 227+20+123=370 (49% of max value = 765). Red value is 227 (89.06% from 255 or 61.35% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 227 - color contains mainly: red. Hex color #E3147B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3147B is #1CEB84. Grayscale: #5D5D5D. Windows color (decimal): -1895301 or 8066275. OLE color: 8066275.

HSL color Cylindrical-coordinate representation of color #E3147B: hue angle of 330.14º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E3147B is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 20 123 -
CMYK 0 0.91 0.46 0.11
HSL 330.14º 0.84% 0.48% -
HSV(B) 330.14º 0.91% 0.89% -
XYZ 35.5 18.26 20.39 -
YUV 93.64 144.58 223.12 -
System Red Green Blue C M Y K H S L
Decimal 227 20 123 0 0.91 0.46 0.11 330.14 0.84 0.48
Hex E3 14 7B 0 5B 2E B 14A 54 30
Octal 343 24 173 0 133 56 13 512 124 60
Binary 11100011 10100 1111011 0 1011011 101110 1011 101001010 1010100 110000

Color Harmonies of #E3147B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3147B

Black with #E3147B

Text Example


Text Example

White with #E3147B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3147B; }

 p { color: rgb(227,20,123); }

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

background-color css

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

 a { background-color: rgb(227,20,123); }

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

border-color css

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

 span { border-color: rgb(227,20,123); }

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