Html Css Color HEX #EF0074 Razzmatazz

📋 copy color: '#EF0074'

red 239 ◦ green 0 ◦ blue 116

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

Shades of Razzmatazz #EF0074

Tints of Razzmatazz #EF0074

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 67.32%
G = 0%
B = 32.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF0074 (or 0xEF0074) is known color: Razzmatazz. HEX triplet: EF, 00 and 74. RGB value is (239,0,116). Sum of RGB (Red+Green+Blue) = 239+0+116=355 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.32% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0074 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0074 is #10FF8B. Grayscale: #545454. Windows color (decimal): -1113996 or 7602415. OLE color: 7602415.

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

Color convert

RGB 239 0 116 -
CMYK 0 1 0.51 0.06
HSL 330.88º 1% 0.47% -
HSV(B) 330.88º 1% 0.94% -
XYZ 38.75 19.61 18.27 -
YUV 84.69 145.68 238.07 -
System Red Green Blue C M Y K H S L
Decimal 239 0 116 0 1 0.51 0.06 330.88 1 0.47
Hex EF 0 74 0 64 33 6 14B 64 2F
Octal 357 0 164 0 144 63 6 513 144 57
Binary 11101111 0 1110100 0 1100100 110011 110 101001011 1100100 101111

Color Harmonies of #EF0074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0074

Black with #EF0074

Text Example


Text Example

White with #EF0074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0074; }

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

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

background-color css

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

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

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

border-color css

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

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

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