Html Css Color HEX #E0206C Ruby

📋 copy color: '#E0206C'

red 224 ◦ green 32 ◦ blue 108

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

Shades of Ruby #E0206C

Tints of Ruby #E0206C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.79%

 BLUE value IS 108 (42.58% from 255) = 29.67%

R = 61.54%
G = 8.79%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E0206C (or 0xE0206C) is known color: Ruby. HEX triplet: E0, 20 and 6C. RGB value is (224,32,108). Sum of RGB (Red+Green+Blue) = 224+32+108=364 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.54% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 224 - color contains mainly: red. Hex color #E0206C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0206C is #1FDF93. Grayscale: #616161. Windows color (decimal): -2088852 or 7086304. OLE color: 7086304.

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

Color convert

RGB 224 32 108 -
CMYK 0 0.86 0.52 0.12
HSL 336.25º 0.76% 0.5% -
HSV(B) 336.25º 0.86% 0.88% -
XYZ 33.96 17.96 15.86 -
YUV 98.07 133.61 217.82 -
System Red Green Blue C M Y K H S L
Decimal 224 32 108 0 0.86 0.52 0.12 336.25 0.76 0.5
Hex E0 20 6C 0 56 34 C 150 4C 32
Octal 340 40 154 0 126 64 14 520 114 62
Binary 11100000 100000 1101100 0 1010110 110100 1100 101010000 1001100 110010

Color Harmonies of #E0206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0206C

Black with #E0206C

Text Example


Text Example

White with #E0206C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0206C; }

 p { color: rgb(224,32,108); }

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

background-color css

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

 a { background-color: rgb(224,32,108); }

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

border-color css

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

 span { border-color: rgb(224,32,108); }

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