Html Css Color HEX #EF014C Razzmatazz

📋 copy color: '#EF014C'

red 239 ◦ green 1 ◦ blue 76

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

Shades of Razzmatazz #EF014C

Tints of Razzmatazz #EF014C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.05%

R = 75.63%
G = 0.32%
B = 24.05%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF014C (or 0xEF014C) is known color: Razzmatazz. HEX triplet: EF, 01 and 4C. RGB value is (239,1,76). Sum of RGB (Red+Green+Blue) = 239+1+76=316 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.63% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 239 - color contains mainly: red. Hex color #EF014C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF014C is #10FEB3. Grayscale: #505050. Windows color (decimal): -1113780 or 4981231. OLE color: 4981231.

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

Color convert

RGB 239 1 76 -
CMYK 0 1.00 0.68 0.06
HSL 341.09º 0.99% 0.47% -
HSV(B) 341.09º 1% 0.94% -
XYZ 36.91 18.89 8.54 -
YUV 80.71 125.35 240.9 -
System Red Green Blue C M Y K H S L
Decimal 239 1 76 0 1.00 0.68 0.06 341.09 0.99 0.47
Hex EF 1 4C 0 64 44 6 155 63 2F
Octal 357 1 114 0 144 104 6 525 143 57
Binary 11101111 1 1001100 0 1100100 1000100 110 101010101 1100011 101111

Color Harmonies of #EF014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF014C

Black with #EF014C

Text Example


Text Example

White with #EF014C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF014C; }

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

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

background-color css

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

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

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

border-color css

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

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

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