Html Css Color HEX #E00B68 Ruby

📋 copy color: '#E00B68'

red 224 ◦ green 11 ◦ blue 104

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

Shades of Ruby #E00B68

Tints of Ruby #E00B68

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.24%

 BLUE value IS 104 (41.02% from 255) = 30.68%

R = 66.08%
G = 3.24%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E00B68 (or 0xE00B68) is known color: Ruby. HEX triplet: E0, 0B and 68. RGB value is (224,11,104). Sum of RGB (Red+Green+Blue) = 224+11+104=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 11 (4.69% from 255 or 3.24% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E00B68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00B68 is #1FF497. Grayscale: #555555. Windows color (decimal): -2094232 or 6818784. OLE color: 6818784.

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

Color convert

RGB 224 11 104 -
CMYK 0 0.95 0.54 0.12
HSL 333.8º 0.91% 0.46% -
HSV(B) 333.8º 0.95% 0.88% -
XYZ 33.36 17.09 14.64 -
YUV 85.29 138.57 226.94 -
System Red Green Blue C M Y K H S L
Decimal 224 11 104 0 0.95 0.54 0.12 333.8 0.91 0.46
Hex E0 B 68 0 5F 36 C 14E 5B 2E
Octal 340 13 150 0 137 66 14 516 133 56
Binary 11100000 1011 1101000 0 1011111 110110 1100 101001110 1011011 101110

Color Harmonies of #E00B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00B68

Black with #E00B68

Text Example


Text Example

White with #E00B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00B68; }

 p { color: rgb(224,11,104); }

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

background-color css

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

 a { background-color: rgb(224,11,104); }

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

border-color css

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

 span { border-color: rgb(224,11,104); }

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