Html Css Color HEX #EF2164 Ruby

📋 copy color: '#EF2164'

red 239 ◦ green 33 ◦ blue 100

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

Shades of Ruby #EF2164

Tints of Ruby #EF2164

RGB

 RED value IS 239 (93.75% from 255) = 64.25%

 GREEN value IS 33 (13.28% from 255) = 8.87%

 BLUE value IS 100 (39.45% from 255) = 26.88%

R = 64.25%
G = 8.87%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EF2164 (or 0xEF2164) is known color: Ruby. HEX triplet: EF, 21 and 64. RGB value is (239,33,100). Sum of RGB (Red+Green+Blue) = 239+33+100=372 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.25% from 372); Green value is 33 (13.28% from 255 or 8.87% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2164 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2164 is #10DE9B. Grayscale: #666666. Windows color (decimal): -1105564 or 6562287. OLE color: 6562287.

HSL color Cylindrical-coordinate representation of color #EF2164: hue angle of 340.49º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF2164 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 33 100 -
CMYK 0 0.86 0.58 0.06
HSL 340.49º 0.87% 0.53% -
HSV(B) 340.49º 0.86% 0.94% -
XYZ 38.44 20.36 13.96 -
YUV 102.23 126.75 225.55 -
System Red Green Blue C M Y K H S L
Decimal 239 33 100 0 0.86 0.58 0.06 340.49 0.87 0.53
Hex EF 21 64 0 56 3A 6 154 57 35
Octal 357 41 144 0 126 72 6 524 127 65
Binary 11101111 100001 1100100 0 1010110 111010 110 101010100 1010111 110101

Color Harmonies of #EF2164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2164

Black with #EF2164

Text Example


Text Example

White with #EF2164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2164; }

 p { color: rgb(239,33,100); }

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

background-color css

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

 a { background-color: rgb(239,33,100); }

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

border-color css

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

 span { border-color: rgb(239,33,100); }

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