Html Css Color HEX #E00F6B Ruby

📋 copy color: '#E00F6B'

red 224 ◦ green 15 ◦ blue 107

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

Shades of Ruby #E00F6B

Tints of Ruby #E00F6B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.34%

 BLUE value IS 107 (42.19% from 255) = 30.92%

R = 64.74%
G = 4.34%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E00F6B (or 0xE00F6B) is known color: Ruby. HEX triplet: E0, 0F and 6B. RGB value is (224,15,107). Sum of RGB (Red+Green+Blue) = 224+15+107=346 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.74% from 346); Green value is 15 (6.25% from 255 or 4.34% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00F6B is #1FF094. Grayscale: #575757. Windows color (decimal): -2093205 or 7016416. OLE color: 7016416.

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

Color convert

RGB 224 15 107 -
CMYK 0 0.93 0.52 0.12
HSL 333.59º 0.87% 0.47% -
HSV(B) 333.59º 0.93% 0.88% -
XYZ 33.57 17.25 15.47 -
YUV 87.98 138.74 225.02 -
System Red Green Blue C M Y K H S L
Decimal 224 15 107 0 0.93 0.52 0.12 333.59 0.87 0.47
Hex E0 F 6B 0 5D 34 C 14E 57 2F
Octal 340 17 153 0 135 64 14 516 127 57
Binary 11100000 1111 1101011 0 1011101 110100 1100 101001110 1010111 101111

Color Harmonies of #E00F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00F6B

Black with #E00F6B

Text Example


Text Example

White with #E00F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00F6B; }

 p { color: rgb(224,15,107); }

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

background-color css

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

 a { background-color: rgb(224,15,107); }

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

border-color css

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

 span { border-color: rgb(224,15,107); }

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