Html Css Color HEX #EF145D Razzmatazz

📋 copy color: '#EF145D'

red 239 ◦ green 20 ◦ blue 93

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

Shades of Razzmatazz #EF145D

Tints of Razzmatazz #EF145D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.68%

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

R = 67.9%
G = 5.68%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EF145D (or 0xEF145D) is known color: Razzmatazz. HEX triplet: EF, 14 and 5D. RGB value is (239,20,93). Sum of RGB (Red+Green+Blue) = 239+20+93=352 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.90% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 239 - color contains mainly: red. Hex color #EF145D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF145D is #10EBA2. Grayscale: #5D5D5D. Windows color (decimal): -1108899 or 6100207. OLE color: 6100207.

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

Color convert

RGB 239 20 93 -
CMYK 0 0.92 0.61 0.06
HSL 340º 0.87% 0.51% -
HSV(B) 340º 0.92% 0.94% -
XYZ 37.82 19.64 12.15 -
YUV 93.8 127.55 231.56 -
System Red Green Blue C M Y K H S L
Decimal 239 20 93 0 0.92 0.61 0.06 340 0.87 0.51
Hex EF 14 5D 0 5C 3D 6 154 57 33
Octal 357 24 135 0 134 75 6 524 127 63
Binary 11101111 10100 1011101 0 1011100 111101 110 101010100 1010111 110011

Color Harmonies of #EF145D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF145D

Black with #EF145D

Text Example


Text Example

White with #EF145D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF145D; }

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

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

background-color css

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

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

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

border-color css

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

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

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