Html Css Color HEX #EF0172 Razzmatazz

📋 copy color: '#EF0172'

red 239 ◦ green 1 ◦ blue 114

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

Shades of Razzmatazz #EF0172

Tints of Razzmatazz #EF0172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.2%

R = 67.51%
G = 0.28%
B = 32.2%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EF0172 (or 0xEF0172) is known color: Razzmatazz. HEX triplet: EF, 01 and 72. RGB value is (239,1,114). Sum of RGB (Red+Green+Blue) = 239+1+114=354 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.51% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0172 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0172 is #10FE8D. Grayscale: #545454. Windows color (decimal): -1113742 or 7471599. OLE color: 7471599.

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

Color convert

RGB 239 1 114 -
CMYK 0 1.00 0.52 0.06
HSL 331.51º 0.99% 0.47% -
HSV(B) 331.51º 1% 0.94% -
XYZ 38.64 19.59 17.66 -
YUV 85.04 144.35 237.81 -
System Red Green Blue C M Y K H S L
Decimal 239 1 114 0 1.00 0.52 0.06 331.51 0.99 0.47
Hex EF 1 72 0 64 34 6 14C 63 2F
Octal 357 1 162 0 144 64 6 514 143 57
Binary 11101111 1 1110010 0 1100100 110100 110 101001100 1100011 101111

Color Harmonies of #EF0172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0172

Black with #EF0172

Text Example


Text Example

White with #EF0172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0172; }

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

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

background-color css

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

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

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

border-color css

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

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

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