Html Css Color HEX #EF0353 Razzmatazz

📋 copy color: '#EF0353'

red 239 ◦ green 3 ◦ blue 83

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

Shades of Razzmatazz #EF0353

Tints of Razzmatazz #EF0353

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.92%

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

R = 73.54%
G = 0.92%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EF0353 (or 0xEF0353) is known color: Razzmatazz. HEX triplet: EF, 03 and 53. RGB value is (239,3,83). Sum of RGB (Red+Green+Blue) = 239+3+83=325 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.54% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0353 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0353 is #10FCAC. Grayscale: #525252. Windows color (decimal): -1113261 or 5440495. OLE color: 5440495.

HSL color Cylindrical-coordinate representation of color #EF0353: hue angle of 339.66º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF0353 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 3 83 -
CMYK 0 0.99 0.65 0.06
HSL 339.66º 0.98% 0.47% -
HSV(B) 339.66º 0.99% 0.94% -
XYZ 37.19 19.04 9.9 -
YUV 82.68 128.19 239.5 -
System Red Green Blue C M Y K H S L
Decimal 239 3 83 0 0.99 0.65 0.06 339.66 0.98 0.47
Hex EF 3 53 0 63 41 6 154 62 2F
Octal 357 3 123 0 143 101 6 524 142 57
Binary 11101111 11 1010011 0 1100011 1000001 110 101010100 1100010 101111

Color Harmonies of #EF0353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0353

Black with #EF0353

Text Example


Text Example

White with #EF0353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0353; }

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

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

background-color css

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

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

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

border-color css

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

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

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