Html Css Color HEX #EF0E5D Razzmatazz

📋 copy color: '#EF0E5D'

red 239 ◦ green 14 ◦ blue 93

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

Shades of Razzmatazz #EF0E5D

Tints of Razzmatazz #EF0E5D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.05%

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

R = 69.08%
G = 4.05%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EF0E5D (or 0xEF0E5D) is known color: Razzmatazz. HEX triplet: EF, 0E and 5D. RGB value is (239,14,93). Sum of RGB (Red+Green+Blue) = 239+14+93=346 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.08% from 346); Green value is 14 (5.86% from 255 or 4.05% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0E5D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0E5D is #10F1A2. Grayscale: #5A5A5A. Windows color (decimal): -1110435 or 6098671. OLE color: 6098671.

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

Color convert

RGB 239 14 93 -
CMYK 0 0.94 0.61 0.06
HSL 338.93º 0.89% 0.5% -
HSV(B) 338.93º 0.94% 0.94% -
XYZ 37.73 19.46 12.12 -
YUV 90.28 129.54 234.08 -
System Red Green Blue C M Y K H S L
Decimal 239 14 93 0 0.94 0.61 0.06 338.93 0.89 0.5
Hex EF E 5D 0 5E 3D 6 153 59 32
Octal 357 16 135 0 136 75 6 523 131 62
Binary 11101111 1110 1011101 0 1011110 111101 110 101010011 1011001 110010

Color Harmonies of #EF0E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0E5D

Black with #EF0E5D

Text Example


Text Example

White with #EF0E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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