Html Css Color HEX #E01B6F Ruby

📋 copy color: '#E01B6F'

red 224 ◦ green 27 ◦ blue 111

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

Shades of Ruby #E01B6F

Tints of Ruby #E01B6F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.46%

 BLUE value IS 111 (43.75% from 255) = 30.66%

R = 61.88%
G = 7.46%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E01B6F (or 0xE01B6F) is known color: Ruby. HEX triplet: E0, 1B and 6F. RGB value is (224,27,111). Sum of RGB (Red+Green+Blue) = 224+27+111=362 (47% of max value = 765). Red value is 224 (87.89% from 255 or 61.88% from 362); Green value is 27 (10.94% from 255 or 7.46% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 224 - color contains mainly: red. Hex color #E01B6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01B6F is #1FE490. Grayscale: #5F5F5F. Windows color (decimal): -2090129 or 7281632. OLE color: 7281632.

HSL color Cylindrical-coordinate representation of color #E01B6F: hue angle of 334.42º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01B6F is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 27 111 -
CMYK 0 0.88 0.50 0.12
HSL 334.42º 0.78% 0.49% -
HSV(B) 334.42º 0.88% 0.88% -
XYZ 34 17.78 16.68 -
YUV 95.48 136.77 219.67 -
System Red Green Blue C M Y K H S L
Decimal 224 27 111 0 0.88 0.50 0.12 334.42 0.78 0.49
Hex E0 1B 6F 0 58 32 C 14E 4E 31
Octal 340 33 157 0 130 62 14 516 116 61
Binary 11100000 11011 1101111 0 1011000 110010 1100 101001110 1001110 110001

Color Harmonies of #E01B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01B6F

Black with #E01B6F

Text Example


Text Example

White with #E01B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01B6F; }

 p { color: rgb(224,27,111); }

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

background-color css

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

 a { background-color: rgb(224,27,111); }

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

border-color css

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

 span { border-color: rgb(224,27,111); }

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