Html Css Color HEX #EF014B Razzmatazz

📋 copy color: '#EF014B'

red 239 ◦ green 1 ◦ blue 75

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

Shades of Razzmatazz #EF014B

Tints of Razzmatazz #EF014B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.81%

R = 75.87%
G = 0.32%
B = 23.81%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF014B (or 0xEF014B) is known color: Razzmatazz. HEX triplet: EF, 01 and 4B. RGB value is (239,1,75). Sum of RGB (Red+Green+Blue) = 239+1+75=315 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.87% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 239 - color contains mainly: red. Hex color #EF014B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF014B is #10FEB4. Grayscale: #505050. Windows color (decimal): -1113781 or 4915695. OLE color: 4915695.

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

Color convert

RGB 239 1 75 -
CMYK 0 1.00 0.69 0.06
HSL 341.34º 0.99% 0.47% -
HSV(B) 341.34º 1% 0.94% -
XYZ 36.88 18.88 8.36 -
YUV 80.6 124.85 240.98 -
System Red Green Blue C M Y K H S L
Decimal 239 1 75 0 1.00 0.69 0.06 341.34 0.99 0.47
Hex EF 1 4B 0 64 45 6 155 63 2F
Octal 357 1 113 0 144 105 6 525 143 57
Binary 11101111 1 1001011 0 1100100 1000101 110 101010101 1100011 101111

Color Harmonies of #EF014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF014B

Black with #EF014B

Text Example


Text Example

White with #EF014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF014B; }

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

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

background-color css

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

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

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

border-color css

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

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

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