Html Css Color HEX #EF0551 Razzmatazz

📋 copy color: '#EF0551'

red 239 ◦ green 5 ◦ blue 81

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

Shades of Razzmatazz #EF0551

Tints of Razzmatazz #EF0551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.92%

R = 73.54%
G = 1.54%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EF0551 (or 0xEF0551) is known color: Razzmatazz. HEX triplet: EF, 05 and 51. RGB value is (239,5,81). Sum of RGB (Red+Green+Blue) = 239+5+81=325 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.54% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 81 (32.03% from 255 or 24.92% from 325); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0551 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0551 is #10FAAE. Grayscale: #535353. Windows color (decimal): -1112751 or 5309935. OLE color: 5309935.

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

Color convert

RGB 239 5 81 -
CMYK 0 0.98 0.66 0.06
HSL 340.51º 0.96% 0.48% -
HSV(B) 340.51º 0.98% 0.94% -
XYZ 37.14 19.05 9.5 -
YUV 83.63 126.52 238.82 -
System Red Green Blue C M Y K H S L
Decimal 239 5 81 0 0.98 0.66 0.06 340.51 0.96 0.48
Hex EF 5 51 0 62 42 6 155 60 30
Octal 357 5 121 0 142 102 6 525 140 60
Binary 11101111 101 1010001 0 1100010 1000010 110 101010101 1100000 110000

Color Harmonies of #EF0551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0551

Black with #EF0551

Text Example


Text Example

White with #EF0551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0551; }

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

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

background-color css

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

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

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

border-color css

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

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

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