Html Css Color HEX #EF1753 Razzmatazz

📋 copy color: '#EF1753'

red 239 ◦ green 23 ◦ blue 83

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

Shades of Razzmatazz #EF1753

Tints of Razzmatazz #EF1753

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.67%

 BLUE value IS 83 (32.81% from 255) = 24.06%

R = 69.28%
G = 6.67%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EF1753 (or 0xEF1753) is known color: Razzmatazz. HEX triplet: EF, 17 and 53. RGB value is (239,23,83). Sum of RGB (Red+Green+Blue) = 239+23+83=345 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.28% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1753 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1753 is #10E8AC. Grayscale: #5E5E5E. Windows color (decimal): -1108141 or 5445615. OLE color: 5445615.

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

Color convert

RGB 239 23 83 -
CMYK 0 0.90 0.65 0.06
HSL 343.33º 0.87% 0.51% -
HSV(B) 343.33º 0.9% 0.94% -
XYZ 37.46 19.59 9.99 -
YUV 94.42 121.56 231.12 -
System Red Green Blue C M Y K H S L
Decimal 239 23 83 0 0.90 0.65 0.06 343.33 0.87 0.51
Hex EF 17 53 0 5A 41 6 157 57 33
Octal 357 27 123 0 132 101 6 527 127 63
Binary 11101111 10111 1010011 0 1011010 1000001 110 101010111 1010111 110011

Color Harmonies of #EF1753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1753

Black with #EF1753

Text Example


Text Example

White with #EF1753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1753; }

 p { color: rgb(239,23,83); }

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

background-color css

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

 a { background-color: rgb(239,23,83); }

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

border-color css

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

 span { border-color: rgb(239,23,83); }

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