Html Css Color HEX #EF2165 Ruby

📋 copy color: '#EF2165'

red 239 ◦ green 33 ◦ blue 101

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

Shades of Ruby #EF2165

Tints of Ruby #EF2165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.08%

R = 64.08%
G = 8.85%
B = 27.08%

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

#EF2165 (or 0xEF2165) is known color: Ruby. HEX triplet: EF, 21 and 65. RGB value is (239,33,101). Sum of RGB (Red+Green+Blue) = 239+33+101=373 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.08% from 373); Green value is 33 (13.28% from 255 or 8.85% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2165 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2165 is #10DE9A. Grayscale: #666666. Windows color (decimal): -1105563 or 6627823. OLE color: 6627823.

HSL color Cylindrical-coordinate representation of color #EF2165: hue angle of 340.19º 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 #EF2165 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 33 101 -
CMYK 0 0.86 0.58 0.06
HSL 340.19º 0.87% 0.53% -
HSV(B) 340.19º 0.86% 0.94% -
XYZ 38.49 20.38 14.22 -
YUV 102.35 127.25 225.47 -
System Red Green Blue C M Y K H S L
Decimal 239 33 101 0 0.86 0.58 0.06 340.19 0.87 0.53
Hex EF 21 65 0 56 3A 6 154 57 35
Octal 357 41 145 0 126 72 6 524 127 65
Binary 11101111 100001 1100101 0 1010110 111010 110 101010100 1010111 110101

Color Harmonies of #EF2165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2165

Black with #EF2165

Text Example


Text Example

White with #EF2165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2165; }

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

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

background-color css

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

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

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

border-color css

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

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

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