Html Css Color HEX #EF0650 Razzmatazz

📋 copy color: '#EF0650'

red 239 ◦ green 6 ◦ blue 80

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

Shades of Razzmatazz #EF0650

Tints of Razzmatazz #EF0650

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.85%

 BLUE value IS 80 (31.64% from 255) = 24.62%

R = 73.54%
G = 1.85%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EF0650 (or 0xEF0650) is known color: Razzmatazz. HEX triplet: EF, 06 and 50. RGB value is (239,6,80). Sum of RGB (Red+Green+Blue) = 239+6+80=325 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.54% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0650 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0650 is #10F9AF. Grayscale: #545454. Windows color (decimal): -1112496 or 5244655. OLE color: 5244655.

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

Color convert

RGB 239 6 80 -
CMYK 0 0.97 0.67 0.06
HSL 340.94º 0.95% 0.48% -
HSV(B) 340.94º 0.97% 0.94% -
XYZ 37.11 19.06 9.31 -
YUV 84.1 125.69 238.48 -
System Red Green Blue C M Y K H S L
Decimal 239 6 80 0 0.97 0.67 0.06 340.94 0.95 0.48
Hex EF 6 50 0 61 43 6 155 5F 30
Octal 357 6 120 0 141 103 6 525 137 60
Binary 11101111 110 1010000 0 1100001 1000011 110 101010101 1011111 110000

Color Harmonies of #EF0650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0650

Black with #EF0650

Text Example


Text Example

White with #EF0650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0650; }

 p { color: rgb(239,6,80); }

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

background-color css

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

 a { background-color: rgb(239,6,80); }

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

border-color css

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

 span { border-color: rgb(239,6,80); }

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