Html Css Color HEX #EF0656 Razzmatazz

📋 copy color: '#EF0656'

red 239 ◦ green 6 ◦ blue 86

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

Shades of Razzmatazz #EF0656

Tints of Razzmatazz #EF0656

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.81%

 BLUE value IS 86 (33.98% from 255) = 25.98%

R = 72.21%
G = 1.81%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EF0656 (or 0xEF0656) is known color: Razzmatazz. HEX triplet: EF, 06 and 56. RGB value is (239,6,86). Sum of RGB (Red+Green+Blue) = 239+6+86=331 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.21% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0656 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0656 is #10F9A9. Grayscale: #545454. Windows color (decimal): -1112490 or 5637871. OLE color: 5637871.

HSL color Cylindrical-coordinate representation of color #EF0656: hue angle of 339.4º degrees, saturation: 0.95, 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 #EF0656 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 6 86 -
CMYK 0 0.97 0.64 0.06
HSL 339.4º 0.95% 0.48% -
HSV(B) 339.4º 0.97% 0.94% -
XYZ 37.34 19.15 10.53 -
YUV 84.79 128.69 238 -
System Red Green Blue C M Y K H S L
Decimal 239 6 86 0 0.97 0.64 0.06 339.4 0.95 0.48
Hex EF 6 56 0 61 40 6 153 5F 30
Octal 357 6 126 0 141 100 6 523 137 60
Binary 11101111 110 1010110 0 1100001 1000000 110 101010011 1011111 110000

Color Harmonies of #EF0656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0656

Black with #EF0656

Text Example


Text Example

White with #EF0656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0656; }

 p { color: rgb(239,6,86); }

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

background-color css

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

 a { background-color: rgb(239,6,86); }

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

border-color css

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

 span { border-color: rgb(239,6,86); }

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