Html Css Color HEX #EF155C Razzmatazz

📋 copy color: '#EF155C'

red 239 ◦ green 21 ◦ blue 92

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

Shades of Razzmatazz #EF155C

Tints of Razzmatazz #EF155C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.14%

R = 67.9%
G = 5.97%
B = 26.14%

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

#EF155C (or 0xEF155C) is known color: Razzmatazz. HEX triplet: EF, 15 and 5C. RGB value is (239,21,92). Sum of RGB (Red+Green+Blue) = 239+21+92=352 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.90% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 239 - color contains mainly: red. Hex color #EF155C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF155C is #10EAA3. Grayscale: #5E5E5E. Windows color (decimal): -1108644 or 6034927. OLE color: 6034927.

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

Color convert

RGB 239 21 92 -
CMYK 0 0.91 0.62 0.06
HSL 340.46º 0.87% 0.51% -
HSV(B) 340.46º 0.91% 0.94% -
XYZ 37.8 19.66 11.93 -
YUV 94.28 126.72 231.23 -
System Red Green Blue C M Y K H S L
Decimal 239 21 92 0 0.91 0.62 0.06 340.46 0.87 0.51
Hex EF 15 5C 0 5B 3E 6 154 57 33
Octal 357 25 134 0 133 76 6 524 127 63
Binary 11101111 10101 1011100 0 1011011 111110 110 101010100 1010111 110011

Color Harmonies of #EF155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF155C

Black with #EF155C

Text Example


Text Example

White with #EF155C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF155C; }

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

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

background-color css

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

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

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

border-color css

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

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

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