Html Css Color HEX #EF096A Razzmatazz

📋 copy color: '#EF096A'

red 239 ◦ green 9 ◦ blue 106

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

Shades of Razzmatazz #EF096A

Tints of Razzmatazz #EF096A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.94%

R = 67.51%
G = 2.54%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF096A (or 0xEF096A) is known color: Razzmatazz. HEX triplet: EF, 09 and 6A. RGB value is (239,9,106). Sum of RGB (Red+Green+Blue) = 239+9+106=354 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.51% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 239 - color contains mainly: red. Hex color #EF096A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF096A is #10F695. Grayscale: #585858. Windows color (decimal): -1111702 or 6949359. OLE color: 6949359.

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

Color convert

RGB 239 9 106 -
CMYK 0 0.96 0.56 0.06
HSL 334.7º 0.93% 0.49% -
HSV(B) 334.7º 0.96% 0.94% -
XYZ 38.3 19.59 15.4 -
YUV 88.83 137.7 235.11 -
System Red Green Blue C M Y K H S L
Decimal 239 9 106 0 0.96 0.56 0.06 334.7 0.93 0.49
Hex EF 9 6A 0 60 38 6 14F 5D 31
Octal 357 11 152 0 140 70 6 517 135 61
Binary 11101111 1001 1101010 0 1100000 111000 110 101001111 1011101 110001

Color Harmonies of #EF096A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF096A

Black with #EF096A

Text Example


Text Example

White with #EF096A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF096A; }

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

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

background-color css

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

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

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

border-color css

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

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

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