Html Css Color HEX #EF0561 Razzmatazz

📋 copy color: '#EF0561'

red 239 ◦ green 5 ◦ blue 97

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

Shades of Razzmatazz #EF0561

Tints of Razzmatazz #EF0561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.45%

R = 70.09%
G = 1.47%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EF0561 (or 0xEF0561) is known color: Razzmatazz. HEX triplet: EF, 05 and 61. RGB value is (239,5,97). Sum of RGB (Red+Green+Blue) = 239+5+97=341 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.09% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0561 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0561 is #10FA9E. Grayscale: #555555. Windows color (decimal): -1112735 or 6358511. OLE color: 6358511.

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

Color convert

RGB 239 5 97 -
CMYK 0 0.98 0.59 0.06
HSL 336.41º 0.96% 0.48% -
HSV(B) 336.41º 0.98% 0.94% -
XYZ 37.81 19.32 13.05 -
YUV 85.45 134.52 237.52 -
System Red Green Blue C M Y K H S L
Decimal 239 5 97 0 0.98 0.59 0.06 336.41 0.96 0.48
Hex EF 5 61 0 62 3B 6 150 60 30
Octal 357 5 141 0 142 73 6 520 140 60
Binary 11101111 101 1100001 0 1100010 111011 110 101010000 1100000 110000

Color Harmonies of #EF0561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0561

Black with #EF0561

Text Example


Text Example

White with #EF0561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0561; }

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

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

background-color css

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

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

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

border-color css

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

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

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