Html Css Color HEX #EF0963 Razzmatazz

📋 copy color: '#EF0963'

red 239 ◦ green 9 ◦ blue 99

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

Shades of Razzmatazz #EF0963

Tints of Razzmatazz #EF0963

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.59%

 BLUE value IS 99 (39.06% from 255) = 28.53%

R = 68.88%
G = 2.59%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EF0963 (or 0xEF0963) is known color: Razzmatazz. HEX triplet: EF, 09 and 63. RGB value is (239,9,99). Sum of RGB (Red+Green+Blue) = 239+9+99=347 (45% of max value = 765). Red value is 239 (93.75% from 255 or 68.88% from 347); Green value is 9 (3.91% from 255 or 2.59% from 347); Blue value is 99 (39.06% from 255 or 28.53% from 347); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0963 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0963 is #10F69C. Grayscale: #575757. Windows color (decimal): -1111709 or 6490607. OLE color: 6490607.

HSL color Cylindrical-coordinate representation of color #EF0963: hue angle of 336.52º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0963 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 9 99 -
CMYK 0 0.96 0.59 0.06
HSL 336.52º 0.93% 0.49% -
HSV(B) 336.52º 0.96% 0.94% -
XYZ 37.95 19.45 13.56 -
YUV 88.03 134.2 235.68 -
System Red Green Blue C M Y K H S L
Decimal 239 9 99 0 0.96 0.59 0.06 336.52 0.93 0.49
Hex EF 9 63 0 60 3B 6 151 5D 31
Octal 357 11 143 0 140 73 6 521 135 61
Binary 11101111 1001 1100011 0 1100000 111011 110 101010001 1011101 110001

Color Harmonies of #EF0963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0963

Black with #EF0963

Text Example


Text Example

White with #EF0963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0963; }

 p { color: rgb(239,9,99); }

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

background-color css

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

 a { background-color: rgb(239,9,99); }

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

border-color css

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

 span { border-color: rgb(239,9,99); }

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