Html Css Color HEX #EF2074 Ruby

📋 copy color: '#EF2074'

red 239 ◦ green 32 ◦ blue 116

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

Shades of Ruby #EF2074

Tints of Ruby #EF2074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.97%

R = 61.76%
G = 8.27%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF2074 (or 0xEF2074) is known color: Ruby. HEX triplet: EF, 20 and 74. RGB value is (239,32,116). Sum of RGB (Red+Green+Blue) = 239+32+116=387 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.76% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2074 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2074 is #10DF8B. Grayscale: #676767. Windows color (decimal): -1105804 or 7610607. OLE color: 7610607.

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

Color convert

RGB 239 32 116 -
CMYK 0 0.87 0.51 0.06
HSL 335.65º 0.87% 0.53% -
HSV(B) 335.65º 0.87% 0.94% -
XYZ 39.27 20.64 18.44 -
YUV 103.47 135.08 224.67 -
System Red Green Blue C M Y K H S L
Decimal 239 32 116 0 0.87 0.51 0.06 335.65 0.87 0.53
Hex EF 20 74 0 57 33 6 150 57 35
Octal 357 40 164 0 127 63 6 520 127 65
Binary 11101111 100000 1110100 0 1010111 110011 110 101010000 1010111 110101

Color Harmonies of #EF2074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2074

Black with #EF2074

Text Example


Text Example

White with #EF2074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2074; }

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

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

background-color css

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

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

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

border-color css

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

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

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