Html Css Color HEX #EF1251 Razzmatazz

📋 copy color: '#EF1251'

red 239 ◦ green 18 ◦ blue 81

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

Shades of Razzmatazz #EF1251

Tints of Razzmatazz #EF1251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.96%

R = 70.71%
G = 5.33%
B = 23.96%

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

#EF1251 (or 0xEF1251) is known color: Razzmatazz. HEX triplet: EF, 12 and 51. RGB value is (239,18,81). Sum of RGB (Red+Green+Blue) = 239+18+81=338 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.71% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1251 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1251 is #10EDAE. Grayscale: #5B5B5B. Windows color (decimal): -1109423 or 5313263. OLE color: 5313263.

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

Color convert

RGB 239 18 81 -
CMYK 0 0.92 0.66 0.06
HSL 342.9º 0.87% 0.5% -
HSV(B) 342.9º 0.92% 0.94% -
XYZ 37.3 19.38 9.56 -
YUV 91.26 122.22 233.38 -
System Red Green Blue C M Y K H S L
Decimal 239 18 81 0 0.92 0.66 0.06 342.9 0.87 0.5
Hex EF 12 51 0 5C 42 6 157 57 32
Octal 357 22 121 0 134 102 6 527 127 62
Binary 11101111 10010 1010001 0 1011100 1000010 110 101010111 1010111 110010

Color Harmonies of #EF1251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1251

Black with #EF1251

Text Example


Text Example

White with #EF1251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1251; }

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

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

background-color css

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

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

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

border-color css

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

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

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