Html Css Color HEX #EF0673 Razzmatazz

📋 copy color: '#EF0673'

red 239 ◦ green 6 ◦ blue 115

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

Shades of Razzmatazz #EF0673

Tints of Razzmatazz #EF0673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.94%

R = 66.39%
G = 1.67%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EF0673 (or 0xEF0673) is known color: Razzmatazz. HEX triplet: EF, 06 and 73. RGB value is (239,6,115). Sum of RGB (Red+Green+Blue) = 239+6+115=360 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.39% from 360); Green value is 6 (2.73% from 255 or 1.67% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0673 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0673 is #10F98C. Grayscale: #575757. Windows color (decimal): -1112461 or 7538415. OLE color: 7538415.

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

Color convert

RGB 239 6 115 -
CMYK 0 0.97 0.52 0.06
HSL 331.93º 0.95% 0.48% -
HSV(B) 331.93º 0.97% 0.94% -
XYZ 38.76 19.72 17.98 -
YUV 88.09 143.19 235.64 -
System Red Green Blue C M Y K H S L
Decimal 239 6 115 0 0.97 0.52 0.06 331.93 0.95 0.48
Hex EF 6 73 0 61 34 6 14C 5F 30
Octal 357 6 163 0 141 64 6 514 137 60
Binary 11101111 110 1110011 0 1100001 110100 110 101001100 1011111 110000

Color Harmonies of #EF0673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0673

Black with #EF0673

Text Example


Text Example

White with #EF0673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0673; }

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

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

background-color css

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

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

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

border-color css

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

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

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