Html Css Color HEX #EF0248 Razzmatazz

📋 copy color: '#EF0248'

red 239 ◦ green 2 ◦ blue 72

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

Shades of Razzmatazz #EF0248

Tints of Razzmatazz #EF0248

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

 BLUE value IS 72 (28.52% from 255) = 23%

R = 76.36%
G = 0.64%
B = 23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EF0248 (or 0xEF0248) is known color: Razzmatazz. HEX triplet: EF, 02 and 48. RGB value is (239,2,72). Sum of RGB (Red+Green+Blue) = 239+2+72=313 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.36% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0248 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0248 is #10FDB7. Grayscale: #505050. Windows color (decimal): -1113528 or 4719343. OLE color: 4719343.

HSL color Cylindrical-coordinate representation of color #EF0248: hue angle of 342.28º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF0248 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 2 72 -
CMYK 0 0.99 0.70 0.06
HSL 342.28º 0.98% 0.47% -
HSV(B) 342.28º 0.99% 0.94% -
XYZ 36.79 18.86 7.83 -
YUV 80.84 123.02 240.81 -
System Red Green Blue C M Y K H S L
Decimal 239 2 72 0 0.99 0.70 0.06 342.28 0.98 0.47
Hex EF 2 48 0 63 46 6 156 62 2F
Octal 357 2 110 0 143 106 6 526 142 57
Binary 11101111 10 1001000 0 1100011 1000110 110 101010110 1100010 101111

Color Harmonies of #EF0248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0248

Black with #EF0248

Text Example


Text Example

White with #EF0248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0248; }

 p { color: rgb(239,2,72); }

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

background-color css

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

 a { background-color: rgb(239,2,72); }

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

border-color css

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

 span { border-color: rgb(239,2,72); }

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