Html Css Color HEX #EF155A Razzmatazz

📋 copy color: '#EF155A'

red 239 ◦ green 21 ◦ blue 90

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

Shades of Razzmatazz #EF155A

Tints of Razzmatazz #EF155A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6%

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

R = 68.29%
G = 6%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF155A (or 0xEF155A) is known color: Razzmatazz. HEX triplet: EF, 15 and 5A. RGB value is (239,21,90). Sum of RGB (Red+Green+Blue) = 239+21+90=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF155A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF155A is #10EAA5. Grayscale: #5D5D5D. Windows color (decimal): -1108646 or 5903855. OLE color: 5903855.

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

Color convert

RGB 239 21 90 -
CMYK 0 0.91 0.62 0.06
HSL 341.01º 0.87% 0.51% -
HSV(B) 341.01º 0.91% 0.94% -
XYZ 37.71 19.63 11.47 -
YUV 94.05 125.72 231.39 -
System Red Green Blue C M Y K H S L
Decimal 239 21 90 0 0.91 0.62 0.06 341.01 0.87 0.51
Hex EF 15 5A 0 5B 3E 6 155 57 33
Octal 357 25 132 0 133 76 6 525 127 63
Binary 11101111 10101 1011010 0 1011011 111110 110 101010101 1010111 110011

Color Harmonies of #EF155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF155A

Black with #EF155A

Text Example


Text Example

White with #EF155A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF155A; }

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

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

background-color css

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

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

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

border-color css

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

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

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