Html Css Color HEX #EF086F Razzmatazz

📋 copy color: '#EF086F'

red 239 ◦ green 8 ◦ blue 111

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

Shades of Razzmatazz #EF086F

Tints of Razzmatazz #EF086F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.23%

 BLUE value IS 111 (43.75% from 255) = 31.01%

R = 66.76%
G = 2.23%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EF086F (or 0xEF086F) is known color: Razzmatazz. HEX triplet: EF, 08 and 6F. RGB value is (239,8,111). Sum of RGB (Red+Green+Blue) = 239+8+111=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 8 (3.52% from 255 or 2.23% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF086F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF086F is #10F790. Grayscale: #585858. Windows color (decimal): -1111953 or 7276783. OLE color: 7276783.

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

Color convert

RGB 239 8 111 -
CMYK 0 0.97 0.54 0.06
HSL 333.25º 0.94% 0.48% -
HSV(B) 333.25º 0.97% 0.94% -
XYZ 38.55 19.67 16.8 -
YUV 88.81 140.53 235.12 -
System Red Green Blue C M Y K H S L
Decimal 239 8 111 0 0.97 0.54 0.06 333.25 0.94 0.48
Hex EF 8 6F 0 61 36 6 14D 5E 30
Octal 357 10 157 0 141 66 6 515 136 60
Binary 11101111 1000 1101111 0 1100001 110110 110 101001101 1011110 110000

Color Harmonies of #EF086F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF086F

Black with #EF086F

Text Example


Text Example

White with #EF086F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF086F; }

 p { color: rgb(239,8,111); }

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

background-color css

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

 a { background-color: rgb(239,8,111); }

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

border-color css

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

 span { border-color: rgb(239,8,111); }

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