Html Css Color HEX #EF005D Razzmatazz

📋 copy color: '#EF005D'

red 239 ◦ green 0 ◦ blue 93

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

Shades of Razzmatazz #EF005D

Tints of Razzmatazz #EF005D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.01%

R = 71.99%
G = 0%
B = 28.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EF005D (or 0xEF005D) is known color: Razzmatazz. HEX triplet: EF, 00 and 5D. RGB value is (239,0,93). Sum of RGB (Red+Green+Blue) = 239+0+93=332 (43% of max value = 765). Red value is 239 (93.75% from 255 or 71.99% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 239 - color contains mainly: red. Hex color #EF005D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF005D is #10FFA2. Grayscale: #515151. Windows color (decimal): -1114019 or 6095087. OLE color: 6095087.

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

Color convert

RGB 239 0 93 -
CMYK 0 1 0.61 0.06
HSL 336.65º 1% 0.47% -
HSV(B) 336.65º 1% 0.94% -
XYZ 37.57 19.14 12.07 -
YUV 82.06 134.18 239.94 -
System Red Green Blue C M Y K H S L
Decimal 239 0 93 0 1 0.61 0.06 336.65 1 0.47
Hex EF 0 5D 0 64 3D 6 151 64 2F
Octal 357 0 135 0 144 75 6 521 144 57
Binary 11101111 0 1011101 0 1100100 111101 110 101010001 1100100 101111

Color Harmonies of #EF005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF005D

Black with #EF005D

Text Example


Text Example

White with #EF005D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF005D; }

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

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

background-color css

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

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

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

border-color css

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

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

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