Html Css Color HEX #EF054A Razzmatazz

📋 copy color: '#EF054A'

red 239 ◦ green 5 ◦ blue 74

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

Shades of Razzmatazz #EF054A

Tints of Razzmatazz #EF054A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.57%

 BLUE value IS 74 (29.3% from 255) = 23.27%

R = 75.16%
G = 1.57%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF054A (or 0xEF054A) is known color: Razzmatazz. HEX triplet: EF, 05 and 4A. RGB value is (239,5,74). Sum of RGB (Red+Green+Blue) = 239+5+74=318 (42% of max value = 765). Red value is 239 (93.75% from 255 or 75.16% from 318); Green value is 5 (2.34% from 255 or 1.57% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 239 - color contains mainly: red. Hex color #EF054A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF054A is #10FAB5. Grayscale: #525252. Windows color (decimal): -1112758 or 4851183. OLE color: 4851183.

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

Color convert

RGB 239 5 74 -
CMYK 0 0.98 0.69 0.06
HSL 342.31º 0.96% 0.48% -
HSV(B) 342.31º 0.98% 0.94% -
XYZ 36.89 18.95 8.19 -
YUV 82.83 123.02 239.39 -
System Red Green Blue C M Y K H S L
Decimal 239 5 74 0 0.98 0.69 0.06 342.31 0.96 0.48
Hex EF 5 4A 0 62 45 6 156 60 30
Octal 357 5 112 0 142 105 6 526 140 60
Binary 11101111 101 1001010 0 1100010 1000101 110 101010110 1100000 110000

Color Harmonies of #EF054A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF054A

Black with #EF054A

Text Example


Text Example

White with #EF054A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF054A; }

 p { color: rgb(239,5,74); }

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

background-color css

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

 a { background-color: rgb(239,5,74); }

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

border-color css

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

 span { border-color: rgb(239,5,74); }

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