Html Css Color HEX #E11467 Ruby

📋 copy color: '#E11467'

red 225 ◦ green 20 ◦ blue 103

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

Shades of Ruby #E11467

Tints of Ruby #E11467

RGB

 RED value IS 225 (88.28% from 255) = 64.66%

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

 BLUE value IS 103 (40.63% from 255) = 29.6%

R = 64.66%
G = 5.75%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E11467 (or 0xE11467) is known color: Ruby. HEX triplet: E1, 14 and 67. RGB value is (225,20,103). Sum of RGB (Red+Green+Blue) = 225+20+103=348 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.66% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 103 (40.62% from 255 or 29.60% from 348); Max value from RGB is 225 - color contains mainly: red. Hex color #E11467 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11467 is #1EEB98. Grayscale: #5A5A5A. Windows color (decimal): -2026393 or 6755553. OLE color: 6755553.

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

Color convert

RGB 225 20 103 -
CMYK 0 0.91 0.54 0.12
HSL 335.71º 0.84% 0.48% -
HSV(B) 335.71º 0.91% 0.88% -
XYZ 33.75 17.49 14.43 -
YUV 90.76 134.92 223.75 -
System Red Green Blue C M Y K H S L
Decimal 225 20 103 0 0.91 0.54 0.12 335.71 0.84 0.48
Hex E1 14 67 0 5B 36 C 150 54 30
Octal 341 24 147 0 133 66 14 520 124 60
Binary 11100001 10100 1100111 0 1011011 110110 1100 101010000 1010100 110000

Color Harmonies of #E11467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11467

Black with #E11467

Text Example


Text Example

White with #E11467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11467; }

 p { color: rgb(225,20,103); }

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

background-color css

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

 a { background-color: rgb(225,20,103); }

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

border-color css

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

 span { border-color: rgb(225,20,103); }

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