Html Css Color HEX #E01669 Ruby

📋 copy color: '#E01669'

red 224 ◦ green 22 ◦ blue 105

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

Shades of Ruby #E01669

Tints of Ruby #E01669

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.27%

 BLUE value IS 105 (41.41% from 255) = 29.91%

R = 63.82%
G = 6.27%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E01669 (or 0xE01669) is known color: Ruby. HEX triplet: E0, 16 and 69. RGB value is (224,22,105). Sum of RGB (Red+Green+Blue) = 224+22+105=351 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.82% from 351); Green value is 22 (8.98% from 255 or 6.27% from 351); Blue value is 105 (41.41% from 255 or 29.91% from 351); Max value from RGB is 224 - color contains mainly: red. Hex color #E01669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01669 is #1FE996. Grayscale: #5B5B5B. Windows color (decimal): -2091415 or 6887136. OLE color: 6887136.

HSL color Cylindrical-coordinate representation of color #E01669: hue angle of 335.35º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E01669 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 22 105 -
CMYK 0 0.90 0.53 0.12
HSL 335.35º 0.82% 0.48% -
HSV(B) 335.35º 0.9% 0.88% -
XYZ 33.58 17.44 14.96 -
YUV 91.86 135.42 222.25 -
System Red Green Blue C M Y K H S L
Decimal 224 22 105 0 0.90 0.53 0.12 335.35 0.82 0.48
Hex E0 16 69 0 5A 35 C 14F 52 30
Octal 340 26 151 0 132 65 14 517 122 60
Binary 11100000 10110 1101001 0 1011010 110101 1100 101001111 1010010 110000

Color Harmonies of #E01669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01669

Black with #E01669

Text Example


Text Example

White with #E01669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01669; }

 p { color: rgb(224,22,105); }

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

background-color css

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

 a { background-color: rgb(224,22,105); }

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

border-color css

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

 span { border-color: rgb(224,22,105); }

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