Html Css Color HEX #EF004D Razzmatazz

📋 copy color: '#EF004D'

red 239 ◦ green 0 ◦ blue 77

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

Shades of Razzmatazz #EF004D

Tints of Razzmatazz #EF004D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 77 (30.47% from 255) = 24.37%

R = 75.63%
G = 0%
B = 24.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF004D (or 0xEF004D) is known color: Razzmatazz. HEX triplet: EF, 00 and 4D. RGB value is (239,0,77). Sum of RGB (Red+Green+Blue) = 239+0+77=316 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.63% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 239 - color contains mainly: red. Hex color #EF004D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF004D is #10FFB2. Grayscale: #505050. Windows color (decimal): -1114035 or 5046511. OLE color: 5046511.

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

Color convert

RGB 239 0 77 -
CMYK 0 1 0.68 0.06
HSL 340.67º 1% 0.47% -
HSV(B) 340.67º 1% 0.94% -
XYZ 36.94 18.89 8.72 -
YUV 80.24 126.18 241.24 -
System Red Green Blue C M Y K H S L
Decimal 239 0 77 0 1 0.68 0.06 340.67 1 0.47
Hex EF 0 4D 0 64 44 6 155 64 2F
Octal 357 0 115 0 144 104 6 525 144 57
Binary 11101111 0 1001101 0 1100100 1000100 110 101010101 1100100 101111

Color Harmonies of #EF004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF004D

Black with #EF004D

Text Example


Text Example

White with #EF004D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF004D; }

 p { color: rgb(239,0,77); }

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

background-color css

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

 a { background-color: rgb(239,0,77); }

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

border-color css

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

 span { border-color: rgb(239,0,77); }

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