Html Css Color HEX #EF016C Razzmatazz

📋 copy color: '#EF016C'

red 239 ◦ green 1 ◦ blue 108

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

Shades of Razzmatazz #EF016C

Tints of Razzmatazz #EF016C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.03%

R = 68.68%
G = 0.29%
B = 31.03%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF016C (or 0xEF016C) is known color: Razzmatazz. HEX triplet: EF, 01 and 6C. RGB value is (239,1,108). Sum of RGB (Red+Green+Blue) = 239+1+108=348 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.68% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 239 - color contains mainly: red. Hex color #EF016C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF016C is #10FE93. Grayscale: #545454. Windows color (decimal): -1113748 or 7078383. OLE color: 7078383.

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

Color convert

RGB 239 1 108 -
CMYK 0 1.00 0.55 0.06
HSL 333.03º 0.99% 0.47% -
HSV(B) 333.03º 1% 0.94% -
XYZ 38.31 19.46 15.92 -
YUV 84.36 141.35 238.3 -
System Red Green Blue C M Y K H S L
Decimal 239 1 108 0 1.00 0.55 0.06 333.03 0.99 0.47
Hex EF 1 6C 0 64 37 6 14D 63 2F
Octal 357 1 154 0 144 67 6 515 143 57
Binary 11101111 1 1101100 0 1100100 110111 110 101001101 1100011 101111

Color Harmonies of #EF016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF016C

Black with #EF016C

Text Example


Text Example

White with #EF016C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF016C; }

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

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

background-color css

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

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

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

border-color css

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

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

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