Html Css Color HEX #EF0553 Razzmatazz

📋 copy color: '#EF0553'

red 239 ◦ green 5 ◦ blue 83

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

Shades of Razzmatazz #EF0553

Tints of Razzmatazz #EF0553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.38%

R = 73.09%
G = 1.53%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EF0553 (or 0xEF0553) is known color: Razzmatazz. HEX triplet: EF, 05 and 53. RGB value is (239,5,83). Sum of RGB (Red+Green+Blue) = 239+5+83=327 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.09% from 327); Green value is 5 (2.34% from 255 or 1.53% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0553 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0553 is #10FAAC. Grayscale: #535353. Windows color (decimal): -1112749 or 5441007. OLE color: 5441007.

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

Color convert

RGB 239 5 83 -
CMYK 0 0.98 0.65 0.06
HSL 340º 0.96% 0.48% -
HSV(B) 340º 0.98% 0.94% -
XYZ 37.21 19.08 9.91 -
YUV 83.86 127.52 238.66 -
System Red Green Blue C M Y K H S L
Decimal 239 5 83 0 0.98 0.65 0.06 340 0.96 0.48
Hex EF 5 53 0 62 41 6 154 60 30
Octal 357 5 123 0 142 101 6 524 140 60
Binary 11101111 101 1010011 0 1100010 1000001 110 101010100 1100000 110000

Color Harmonies of #EF0553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0553

Black with #EF0553

Text Example


Text Example

White with #EF0553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0553; }

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

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

background-color css

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

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

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

border-color css

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

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

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