Html Css Color HEX #EF014E Razzmatazz

📋 copy color: '#EF014E'

red 239 ◦ green 1 ◦ blue 78

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

Shades of Razzmatazz #EF014E

Tints of Razzmatazz #EF014E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 78 (30.86% from 255) = 24.53%

R = 75.16%
G = 0.31%
B = 24.53%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EF014E (or 0xEF014E) is known color: Razzmatazz. HEX triplet: EF, 01 and 4E. RGB value is (239,1,78). Sum of RGB (Red+Green+Blue) = 239+1+78=318 (42% of max value = 765). Red value is 239 (93.75% from 255 or 75.16% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 239 - color contains mainly: red. Hex color #EF014E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF014E is #10FEB1. Grayscale: #505050. Windows color (decimal): -1113778 or 5112303. OLE color: 5112303.

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

Color convert

RGB 239 1 78 -
CMYK 0 1.00 0.67 0.06
HSL 340.59º 0.99% 0.47% -
HSV(B) 340.59º 1% 0.94% -
XYZ 36.98 18.92 8.91 -
YUV 80.94 126.35 240.74 -
System Red Green Blue C M Y K H S L
Decimal 239 1 78 0 1.00 0.67 0.06 340.59 0.99 0.47
Hex EF 1 4E 0 64 43 6 155 63 2F
Octal 357 1 116 0 144 103 6 525 143 57
Binary 11101111 1 1001110 0 1100100 1000011 110 101010101 1100011 101111

Color Harmonies of #EF014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF014E

Black with #EF014E

Text Example


Text Example

White with #EF014E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF014E; }

 p { color: rgb(239,1,78); }

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

background-color css

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

 a { background-color: rgb(239,1,78); }

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

border-color css

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

 span { border-color: rgb(239,1,78); }

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