Html Css Color HEX #EF1252 Razzmatazz

📋 copy color: '#EF1252'

red 239 ◦ green 18 ◦ blue 82

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

Shades of Razzmatazz #EF1252

Tints of Razzmatazz #EF1252

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.31%

 BLUE value IS 82 (32.42% from 255) = 24.19%

R = 70.5%
G = 5.31%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EF1252 (or 0xEF1252) is known color: Razzmatazz. HEX triplet: EF, 12 and 52. RGB value is (239,18,82). Sum of RGB (Red+Green+Blue) = 239+18+82=339 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.50% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1252 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1252 is #10EDAD. Grayscale: #5B5B5B. Windows color (decimal): -1109422 or 5378799. OLE color: 5378799.

HSL color Cylindrical-coordinate representation of color #EF1252: hue angle of 342.62º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF1252 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 18 82 -
CMYK 0 0.92 0.66 0.06
HSL 342.62º 0.87% 0.5% -
HSV(B) 342.62º 0.92% 0.94% -
XYZ 37.34 19.39 9.76 -
YUV 91.38 122.72 233.3 -
System Red Green Blue C M Y K H S L
Decimal 239 18 82 0 0.92 0.66 0.06 342.62 0.87 0.5
Hex EF 12 52 0 5C 42 6 157 57 32
Octal 357 22 122 0 134 102 6 527 127 62
Binary 11101111 10010 1010010 0 1011100 1000010 110 101010111 1010111 110010

Color Harmonies of #EF1252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1252

Black with #EF1252

Text Example


Text Example

White with #EF1252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1252; }

 p { color: rgb(239,18,82); }

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

background-color css

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

 a { background-color: rgb(239,18,82); }

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

border-color css

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

 span { border-color: rgb(239,18,82); }

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