Html Css Color HEX #EF145A Razzmatazz

📋 copy color: '#EF145A'

red 239 ◦ green 20 ◦ blue 90

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

Shades of Razzmatazz #EF145A

Tints of Razzmatazz #EF145A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.79%

R = 68.48%
G = 5.73%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF145A (or 0xEF145A) is known color: Razzmatazz. HEX triplet: EF, 14 and 5A. RGB value is (239,20,90). Sum of RGB (Red+Green+Blue) = 239+20+90=349 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.48% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 239 - color contains mainly: red. Hex color #EF145A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF145A is #10EBA5. Grayscale: #5D5D5D. Windows color (decimal): -1108902 or 5903599. OLE color: 5903599.

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

Color convert

RGB 239 20 90 -
CMYK 0 0.92 0.62 0.06
HSL 340.82º 0.87% 0.51% -
HSV(B) 340.82º 0.92% 0.94% -
XYZ 37.69 19.59 11.47 -
YUV 93.46 126.05 231.81 -
System Red Green Blue C M Y K H S L
Decimal 239 20 90 0 0.92 0.62 0.06 340.82 0.87 0.51
Hex EF 14 5A 0 5C 3E 6 155 57 33
Octal 357 24 132 0 134 76 6 525 127 63
Binary 11101111 10100 1011010 0 1011100 111110 110 101010101 1010111 110011

Color Harmonies of #EF145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF145A

Black with #EF145A

Text Example


Text Example

White with #EF145A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF145A; }

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

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

background-color css

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

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

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

border-color css

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

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

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