Html Css Color HEX #EF1163 Razzmatazz

📋 copy color: '#EF1163'

red 239 ◦ green 17 ◦ blue 99

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

Shades of Razzmatazz #EF1163

Tints of Razzmatazz #EF1163

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.79%

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

R = 67.32%
G = 4.79%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EF1163 (or 0xEF1163) is known color: Razzmatazz. HEX triplet: EF, 11 and 63. RGB value is (239,17,99). Sum of RGB (Red+Green+Blue) = 239+17+99=355 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.32% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 99 (39.06% from 255 or 27.89% from 355); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1163 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1163 is #10EE9C. Grayscale: #5C5C5C. Windows color (decimal): -1109661 or 6492655. OLE color: 6492655.

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

Color convert

RGB 239 17 99 -
CMYK 0 0.93 0.59 0.06
HSL 337.84º 0.87% 0.5% -
HSV(B) 337.84º 0.93% 0.94% -
XYZ 38.05 19.65 13.59 -
YUV 92.73 131.55 232.33 -
System Red Green Blue C M Y K H S L
Decimal 239 17 99 0 0.93 0.59 0.06 337.84 0.87 0.5
Hex EF 11 63 0 5D 3B 6 152 57 32
Octal 357 21 143 0 135 73 6 522 127 62
Binary 11101111 10001 1100011 0 1011101 111011 110 101010010 1010111 110010

Color Harmonies of #EF1163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1163

Black with #EF1163

Text Example


Text Example

White with #EF1163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1163; }

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

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

background-color css

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

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

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

border-color css

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

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

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