Html Css Color HEX #EF0179 Razzmatazz

📋 copy color: '#EF0179'

red 239 ◦ green 1 ◦ blue 121

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

Shades of Razzmatazz #EF0179

Tints of Razzmatazz #EF0179

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 121 (47.66% from 255) = 33.52%

R = 66.2%
G = 0.28%
B = 33.52%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF0179 (or 0xEF0179) is known color: Razzmatazz. HEX triplet: EF, 01 and 79. RGB value is (239,1,121). Sum of RGB (Red+Green+Blue) = 239+1+121=361 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.20% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0179 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0179 is #10FE86. Grayscale: #555555. Windows color (decimal): -1113735 or 7930351. OLE color: 7930351.

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

Color convert

RGB 239 1 121 -
CMYK 0 1.00 0.49 0.06
HSL 329.75º 0.99% 0.47% -
HSV(B) 329.75º 1% 0.94% -
XYZ 39.06 19.75 19.84 -
YUV 85.84 147.85 237.24 -
System Red Green Blue C M Y K H S L
Decimal 239 1 121 0 1.00 0.49 0.06 329.75 0.99 0.47
Hex EF 1 79 0 64 31 6 14A 63 2F
Octal 357 1 171 0 144 61 6 512 143 57
Binary 11101111 1 1111001 0 1100100 110001 110 101001010 1100011 101111

Color Harmonies of #EF0179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0179

Black with #EF0179

Text Example


Text Example

White with #EF0179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0179; }

 p { color: rgb(239,1,121); }

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

background-color css

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

 a { background-color: rgb(239,1,121); }

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

border-color css

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

 span { border-color: rgb(239,1,121); }

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