Html Css Color HEX #EF165B Razzmatazz

📋 copy color: '#EF165B'

red 239 ◦ green 22 ◦ blue 91

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

Shades of Razzmatazz #EF165B

Tints of Razzmatazz #EF165B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.25%

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

R = 67.9%
G = 6.25%
B = 25.85%

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

#EF165B (or 0xEF165B) is known color: Razzmatazz. HEX triplet: EF, 16 and 5B. RGB value is (239,22,91). Sum of RGB (Red+Green+Blue) = 239+22+91=352 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.90% from 352); Green value is 22 (8.98% from 255 or 6.25% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 239 - color contains mainly: red. Hex color #EF165B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF165B is #10E9A4. Grayscale: #5E5E5E. Windows color (decimal): -1108389 or 5969647. OLE color: 5969647.

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

Color convert

RGB 239 22 91 -
CMYK 0 0.91 0.62 0.06
HSL 340.92º 0.87% 0.51% -
HSV(B) 340.92º 0.91% 0.94% -
XYZ 37.77 19.68 11.71 -
YUV 94.75 125.89 230.89 -
System Red Green Blue C M Y K H S L
Decimal 239 22 91 0 0.91 0.62 0.06 340.92 0.87 0.51
Hex EF 16 5B 0 5B 3E 6 155 57 33
Octal 357 26 133 0 133 76 6 525 127 63
Binary 11101111 10110 1011011 0 1011011 111110 110 101010101 1010111 110011

Color Harmonies of #EF165B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF165B

Black with #EF165B

Text Example


Text Example

White with #EF165B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF165B; }

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

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

background-color css

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

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

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

border-color css

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

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

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