Html Css Color HEX #EF0450 Razzmatazz

📋 copy color: '#EF0450'

red 239 ◦ green 4 ◦ blue 80

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

Shades of Razzmatazz #EF0450

Tints of Razzmatazz #EF0450

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.24%

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

R = 73.99%
G = 1.24%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EF0450 (or 0xEF0450) is known color: Razzmatazz. HEX triplet: EF, 04 and 50. RGB value is (239,4,80). Sum of RGB (Red+Green+Blue) = 239+4+80=323 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.99% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0450 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0450 is #10FBAF. Grayscale: #525252. Windows color (decimal): -1113008 or 5244143. OLE color: 5244143.

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

Color convert

RGB 239 4 80 -
CMYK 0 0.98 0.67 0.06
HSL 340.6º 0.97% 0.48% -
HSV(B) 340.6º 0.98% 0.94% -
XYZ 37.09 19.02 9.31 -
YUV 82.93 126.36 239.32 -
System Red Green Blue C M Y K H S L
Decimal 239 4 80 0 0.98 0.67 0.06 340.6 0.97 0.48
Hex EF 4 50 0 62 43 6 155 61 30
Octal 357 4 120 0 142 103 6 525 141 60
Binary 11101111 100 1010000 0 1100010 1000011 110 101010101 1100001 110000

Color Harmonies of #EF0450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0450

Black with #EF0450

Text Example


Text Example

White with #EF0450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0450; }

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

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

background-color css

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

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

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

border-color css

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

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

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