Html Css Color HEX #E01D67 Ruby

📋 copy color: '#E01D67'

red 224 ◦ green 29 ◦ blue 103

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

Shades of Ruby #E01D67

Tints of Ruby #E01D67

RGB

 RED value IS 224 (87.89% from 255) = 62.92%

 GREEN value IS 29 (11.72% from 255) = 8.15%

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

R = 62.92%
G = 8.15%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E01D67 (or 0xE01D67) is known color: Ruby. HEX triplet: E0, 1D and 67. RGB value is (224,29,103). Sum of RGB (Red+Green+Blue) = 224+29+103=356 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.92% from 356); Green value is 29 (11.72% from 255 or 8.15% from 356); Blue value is 103 (40.62% from 255 or 28.93% from 356); Max value from RGB is 224 - color contains mainly: red. Hex color #E01D67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01D67 is #1FE298. Grayscale: #5F5F5F. Windows color (decimal): -2089625 or 6757856. OLE color: 6757856.

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

Color convert

RGB 224 29 103 -
CMYK 0 0.87 0.54 0.12
HSL 337.23º 0.77% 0.5% -
HSV(B) 337.23º 0.87% 0.88% -
XYZ 33.63 17.71 14.48 -
YUV 95.74 132.1 219.48 -
System Red Green Blue C M Y K H S L
Decimal 224 29 103 0 0.87 0.54 0.12 337.23 0.77 0.5
Hex E0 1D 67 0 57 36 C 151 4D 32
Octal 340 35 147 0 127 66 14 521 115 62
Binary 11100000 11101 1100111 0 1010111 110110 1100 101010001 1001101 110010

Color Harmonies of #E01D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01D67

Black with #E01D67

Text Example


Text Example

White with #E01D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01D67; }

 p { color: rgb(224,29,103); }

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

background-color css

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

 a { background-color: rgb(224,29,103); }

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

border-color css

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

 span { border-color: rgb(224,29,103); }

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