Html Css Color HEX #EF0677 Razzmatazz

📋 copy color: '#EF0677'

red 239 ◦ green 6 ◦ blue 119

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

Shades of Razzmatazz #EF0677

Tints of Razzmatazz #EF0677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 32.69%

R = 65.66%
G = 1.65%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EF0677 (or 0xEF0677) is known color: Razzmatazz. HEX triplet: EF, 06 and 77. RGB value is (239,6,119). Sum of RGB (Red+Green+Blue) = 239+6+119=364 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.66% from 364); Green value is 6 (2.73% from 255 or 1.65% from 364); Blue value is 119 (46.88% from 255 or 32.69% from 364); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0677 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0677 is #10F988. Grayscale: #585858. Windows color (decimal): -1112457 or 7800559. OLE color: 7800559.

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

Color convert

RGB 239 6 119 -
CMYK 0 0.97 0.50 0.06
HSL 330.9º 0.95% 0.48% -
HSV(B) 330.9º 0.97% 0.94% -
XYZ 38.99 19.81 19.22 -
YUV 88.55 145.19 235.31 -
System Red Green Blue C M Y K H S L
Decimal 239 6 119 0 0.97 0.50 0.06 330.9 0.95 0.48
Hex EF 6 77 0 61 32 6 14B 5F 30
Octal 357 6 167 0 141 62 6 513 137 60
Binary 11101111 110 1110111 0 1100001 110010 110 101001011 1011111 110000

Color Harmonies of #EF0677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0677

Black with #EF0677

Text Example


Text Example

White with #EF0677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0677; }

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

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

background-color css

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

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

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

border-color css

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

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

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