Html Css Color HEX #EF2065 Ruby

📋 copy color: '#EF2065'

red 239 ◦ green 32 ◦ blue 101

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

Shades of Ruby #EF2065

Tints of Ruby #EF2065

RGB

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

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

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

R = 64.25%
G = 8.6%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EF2065 (or 0xEF2065) is known color: Ruby. HEX triplet: EF, 20 and 65. RGB value is (239,32,101). Sum of RGB (Red+Green+Blue) = 239+32+101=372 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.25% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2065 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2065 is #10DF9A. Grayscale: #656565. Windows color (decimal): -1105819 or 6627567. OLE color: 6627567.

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

Color convert

RGB 239 32 101 -
CMYK 0 0.87 0.58 0.06
HSL 340º 0.87% 0.53% -
HSV(B) 340º 0.87% 0.94% -
XYZ 38.46 20.32 14.21 -
YUV 101.76 127.58 225.89 -
System Red Green Blue C M Y K H S L
Decimal 239 32 101 0 0.87 0.58 0.06 340 0.87 0.53
Hex EF 20 65 0 57 3A 6 154 57 35
Octal 357 40 145 0 127 72 6 524 127 65
Binary 11101111 100000 1100101 0 1010111 111010 110 101010100 1010111 110101

Color Harmonies of #EF2065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2065

Black with #EF2065

Text Example


Text Example

White with #EF2065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2065; }

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

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

background-color css

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

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

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

border-color css

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

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

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