Html Css Color HEX #EF155B Razzmatazz

📋 copy color: '#EF155B'

red 239 ◦ green 21 ◦ blue 91

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

Shades of Razzmatazz #EF155B

Tints of Razzmatazz #EF155B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.93%

R = 68.09%
G = 5.98%
B = 25.93%

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

#EF155B (or 0xEF155B) is known color: Razzmatazz. HEX triplet: EF, 15 and 5B. RGB value is (239,21,91). Sum of RGB (Red+Green+Blue) = 239+21+91=351 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.09% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 239 - color contains mainly: red. Hex color #EF155B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF155B is #10EAA4. Grayscale: #5E5E5E. Windows color (decimal): -1108645 or 5969391. OLE color: 5969391.

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

Color convert

RGB 239 21 91 -
CMYK 0 0.91 0.62 0.06
HSL 340.73º 0.87% 0.51% -
HSV(B) 340.73º 0.91% 0.94% -
XYZ 37.75 19.64 11.7 -
YUV 94.16 126.22 231.31 -
System Red Green Blue C M Y K H S L
Decimal 239 21 91 0 0.91 0.62 0.06 340.73 0.87 0.51
Hex EF 15 5B 0 5B 3E 6 155 57 33
Octal 357 25 133 0 133 76 6 525 127 63
Binary 11101111 10101 1011011 0 1011011 111110 110 101010101 1010111 110011

Color Harmonies of #EF155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF155B

Black with #EF155B

Text Example


Text Example

White with #EF155B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF155B; }

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

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

background-color css

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

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

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

border-color css

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

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

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