Html Css Color HEX #EF115E Razzmatazz

📋 copy color: '#EF115E'

red 239 ◦ green 17 ◦ blue 94

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

Shades of Razzmatazz #EF115E

Tints of Razzmatazz #EF115E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.86%

R = 68.29%
G = 4.86%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EF115E (or 0xEF115E) is known color: Razzmatazz. HEX triplet: EF, 11 and 5E. RGB value is (239,17,94). Sum of RGB (Red+Green+Blue) = 239+17+94=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF115E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF115E is #10EEA1. Grayscale: #5C5C5C. Windows color (decimal): -1109666 or 6164975. OLE color: 6164975.

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

Color convert

RGB 239 17 94 -
CMYK 0 0.93 0.61 0.06
HSL 339.19º 0.87% 0.5% -
HSV(B) 339.19º 0.93% 0.94% -
XYZ 37.82 19.56 12.37 -
YUV 92.16 129.05 232.74 -
System Red Green Blue C M Y K H S L
Decimal 239 17 94 0 0.93 0.61 0.06 339.19 0.87 0.5
Hex EF 11 5E 0 5D 3D 6 153 57 32
Octal 357 21 136 0 135 75 6 523 127 62
Binary 11101111 10001 1011110 0 1011101 111101 110 101010011 1010111 110010

Color Harmonies of #EF115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF115E

Black with #EF115E

Text Example


Text Example

White with #EF115E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF115E; }

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

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

background-color css

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

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

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

border-color css

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

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

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