Html Css Color HEX #EF1554 Razzmatazz

📋 copy color: '#EF1554'

red 239 ◦ green 21 ◦ blue 84

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

Shades of Razzmatazz #EF1554

Tints of Razzmatazz #EF1554

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.1%

 BLUE value IS 84 (33.2% from 255) = 24.42%

R = 69.48%
G = 6.1%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EF1554 (or 0xEF1554) is known color: Razzmatazz. HEX triplet: EF, 15 and 54. RGB value is (239,21,84). Sum of RGB (Red+Green+Blue) = 239+21+84=344 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.48% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1554 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1554 is #10EAAB. Grayscale: #5D5D5D. Windows color (decimal): -1108652 or 5510639. OLE color: 5510639.

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

Color convert

RGB 239 21 84 -
CMYK 0 0.91 0.65 0.06
HSL 342.66º 0.87% 0.51% -
HSV(B) 342.66º 0.91% 0.94% -
XYZ 37.47 19.53 10.18 -
YUV 93.36 122.72 231.88 -
System Red Green Blue C M Y K H S L
Decimal 239 21 84 0 0.91 0.65 0.06 342.66 0.87 0.51
Hex EF 15 54 0 5B 41 6 157 57 33
Octal 357 25 124 0 133 101 6 527 127 63
Binary 11101111 10101 1010100 0 1011011 1000001 110 101010111 1010111 110011

Color Harmonies of #EF1554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1554

Black with #EF1554

Text Example


Text Example

White with #EF1554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1554; }

 p { color: rgb(239,21,84); }

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

background-color css

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

 a { background-color: rgb(239,21,84); }

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

border-color css

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

 span { border-color: rgb(239,21,84); }

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