Html Css Color HEX #EF0761 Razzmatazz

📋 copy color: '#EF0761'

red 239 ◦ green 7 ◦ blue 97

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

Shades of Razzmatazz #EF0761

Tints of Razzmatazz #EF0761

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.04%

 BLUE value IS 97 (38.28% from 255) = 28.28%

R = 69.68%
G = 2.04%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EF0761 (or 0xEF0761) is known color: Razzmatazz. HEX triplet: EF, 07 and 61. RGB value is (239,7,97). Sum of RGB (Red+Green+Blue) = 239+7+97=343 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.68% from 343); Green value is 7 (3.12% from 255 or 2.04% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0761 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0761 is #10F89E. Grayscale: #565656. Windows color (decimal): -1112223 or 6359023. OLE color: 6359023.

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

Color convert

RGB 239 7 97 -
CMYK 0 0.97 0.59 0.06
HSL 336.72º 0.94% 0.48% -
HSV(B) 336.72º 0.97% 0.94% -
XYZ 37.83 19.37 13.05 -
YUV 86.63 133.86 236.68 -
System Red Green Blue C M Y K H S L
Decimal 239 7 97 0 0.97 0.59 0.06 336.72 0.94 0.48
Hex EF 7 61 0 61 3B 6 151 5E 30
Octal 357 7 141 0 141 73 6 521 136 60
Binary 11101111 111 1100001 0 1100001 111011 110 101010001 1011110 110000

Color Harmonies of #EF0761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0761

Black with #EF0761

Text Example


Text Example

White with #EF0761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0761; }

 p { color: rgb(239,7,97); }

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

background-color css

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

 a { background-color: rgb(239,7,97); }

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

border-color css

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

 span { border-color: rgb(239,7,97); }

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